You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The HTML spec may benefit from normative guidance on using the most appropriate type for IDL attributes.
For example, as part of a recent ARIA-motivated update to the DOMString? getter, @domenic called out that DOMString? may need to be discouraged for non-enumerated attributes. @annevk also agreed that general clarity on attribute design would be beneficial, so this issue would not be limited to DOMString? usage recommendations.
I'm getting a strange PR run error with my ReSpec link reference to classList; DOM spec shows that it should be linked via #dom-element-classlist but it doesn't appear to work.
Activity
rahimabdi commentedon Mar 23, 2025
@domenic @annevk This one is ready for review: #11153.
I'm getting a strange PR run error with my ReSpec link reference to
classList
; DOM spec shows that it should be linked via#dom-element-classlist
but it doesn't appear to work.