-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add logic for reflecting IDREF (single or FrozenArray) attributes #3917
Commits on Mar 30, 2021
-
Add logic for reflecting IDREF (single) attributes.
Alice Boxhall committedMar 30, 2021 Configuration menu - View commit details
-
Copy full SHA for d20d68b - Browse repository at this point
Copy the full SHA d20d68bView commit details -
Update element and sequence<element> reflection sections
Alice Boxhall committedMar 30, 2021 Configuration menu - View commit details
-
Copy full SHA for 6c993af - Browse repository at this point
Copy the full SHA 6c993afView commit details -
Alice Boxhall committed
Mar 30, 2021 Configuration menu - View commit details
-
Copy full SHA for 45e454c - Browse repository at this point
Copy the full SHA 45e454cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fcdff87 - Browse repository at this point
Copy the full SHA fcdff87View commit details -
Configuration menu - View commit details
-
Copy full SHA for d58b34a - Browse repository at this point
Copy the full SHA d58b34aView commit details -
Nullable types and attribute change steps
Alice Boxhall committedMar 30, 2021 Configuration menu - View commit details
-
Copy full SHA for d405676 - Browse repository at this point
Copy the full SHA d405676View commit details -
Use FrozenArray; move IDREF parsing step to attribute update steps
Alice Boxhall committedMar 30, 2021 Configuration menu - View commit details
-
Copy full SHA for ec4438c - Browse repository at this point
Copy the full SHA ec4438cView commit details -
Alice Boxhall committed
Mar 30, 2021 Configuration menu - View commit details
-
Copy full SHA for d5859bd - Browse repository at this point
Copy the full SHA d5859bdView commit details -
Allow elements to be from any less-nested shadow tree
Alice Boxhall committedMar 30, 2021 Configuration menu - View commit details
-
Copy full SHA for d3ba958 - Browse repository at this point
Copy the full SHA d3ba958View commit details -
Do not run attribute change steps if attribute was set via reflection
Alice Boxhall committedMar 30, 2021 Configuration menu - View commit details
-
Copy full SHA for 7350c16 - Browse repository at this point
Copy the full SHA 7350c16View commit details -
Be more explicit about checking whether the content attribute was set…
… via reflection
Alice Boxhall committedMar 30, 2021 Configuration menu - View commit details
-
Copy full SHA for 6487b47 - Browse repository at this point
Copy the full SHA 6487b47View commit details -
Fix typo attrAssociatedElements -> attrAssociatedElement
Alice Boxhall committedMar 30, 2021 Configuration menu - View commit details
-
Copy full SHA for 8e27621 - Browse repository at this point
Copy the full SHA 8e27621View commit details -
Rework definition of attr-associated element(s) to avoid over-specifying
Alice Boxhall committedMar 30, 2021 Configuration menu - View commit details
-
Copy full SHA for bda0102 - Browse repository at this point
Copy the full SHA bda0102View commit details -
Alice Boxhall committed
Mar 30, 2021 Configuration menu - View commit details
-
Copy full SHA for f6e501f - Browse repository at this point
Copy the full SHA f6e501fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63a45e8 - Browse repository at this point
Copy the full SHA 63a45e8View commit details -
Editorial and slight normative tweaks to FrozenArray<T>? reflection
Normative change: previously, if a non-type-compatible element had the ID, and was before a type-compatible element in tree order that also had the ID, then neither would show up in the attr-associated elements. Now, the type-compatible one shows up. This matches the behavior of the T? reflection better.
Configuration menu - View commit details
-
Copy full SHA for 3cc73cd - Browse repository at this point
Copy the full SHA 3cc73cdView commit details -
Update based on AOM discussions
Alice Boxhall committedMar 30, 2021 Configuration menu - View commit details
-
Copy full SHA for 003e307 - Browse repository at this point
Copy the full SHA 003e307View commit details -
Remove references to cached attr-elements
Alice Boxhall committedMar 30, 2021 Configuration menu - View commit details
-
Copy full SHA for ca6d62d - Browse repository at this point
Copy the full SHA ca6d62dView commit details
Commits on Mar 31, 2021
-
Revert "Remove references to cached attr-elements"
This reverts commit ca6d62d.
Alice Boxhall committedMar 31, 2021 Configuration menu - View commit details
-
Copy full SHA for 228b604 - Browse repository at this point
Copy the full SHA 228b604View commit details
Commits on Apr 6, 2021
-
Return null if the attribute is not present, and empty array instead …
…of null if zero values
Alice Boxhall committedApr 6, 2021 Configuration menu - View commit details
-
Copy full SHA for b2ce057 - Browse repository at this point
Copy the full SHA b2ce057View commit details