| Commit-Queue | +1 |
This was raised by Zachy Ma who did the bulk of the microsoft polyfill, since these were added before I started on the new focusgroup effort, I didn't realize these weren't already following the convention. Let me know what you think!
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
[focusgroup] Rename IDL reflections to camelCaseSorry - I should have caught this in a prior review.
kOBSOLETE_V8HTMLElement_Focusgroup_AttributeGetter = 4244,
kOBSOLETE_V8HTMLElement_Focusgroup_AttributeSetter = 4245,
kOBSOLETE_V8MathMLElement_Focusgroup_AttributeGetter = 4246,
kOBSOLETE_V8MathMLElement_Focusgroup_AttributeSetter = 4247,
kOBSOLETE_V8SVGElement_Focusgroup_AttributeGetter = 4248,
kOBSOLETE_V8SVGElement_Focusgroup_AttributeSetter = 4249,I don't know if these have data, but this'll obviously disconnect it. These entries can be renamed, if you'd like to keep the history.
kV8HTMLElement_FocusGroup_AttributeGetter = 5895,
kV8HTMLElement_FocusGroup_AttributeSetter = 5896,
kV8MathMLElement_FocusGroup_AttributeGetter = 5897,
kV8MathMLElement_FocusGroup_AttributeSetter = 5898,While we're here, do you care about the distinction between HTML, MathML, SVG? PErhaps you do. If not, you can use `MeasureAs=Something` to get them all together as one.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
kOBSOLETE_V8HTMLElement_Focusgroup_AttributeGetter = 4244,
kOBSOLETE_V8HTMLElement_Focusgroup_AttributeSetter = 4245,
kOBSOLETE_V8MathMLElement_Focusgroup_AttributeGetter = 4246,
kOBSOLETE_V8MathMLElement_Focusgroup_AttributeSetter = 4247,
kOBSOLETE_V8SVGElement_Focusgroup_AttributeGetter = 4248,
kOBSOLETE_V8SVGElement_Focusgroup_AttributeSetter = 4249,I don't know if these have data, but this'll obviously disconnect it. These entries can be renamed, if you'd like to keep the history.
That's much better, I wrongly assumed this was one of those places where you can't rename or it breaks things.
kV8HTMLElement_FocusGroup_AttributeGetter = 5895,
kV8HTMLElement_FocusGroup_AttributeSetter = 5896,
kV8MathMLElement_FocusGroup_AttributeGetter = 5897,
kV8MathMLElement_FocusGroup_AttributeSetter = 5898,While we're here, do you care about the distinction between HTML, MathML, SVG? PErhaps you do. If not, you can use `MeasureAs=Something` to get them all together as one.
makes sense for this one, thanks!
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |