Open
Bug 1773312
Opened 3 years ago
Updated 5 months ago
Allow more characters in element/attribute names and prefixes
Categories
(Core :: DOM: Core & HTML, task)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: d, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-needed)
See spec changes at https://github.com/whatwg/dom/pull/1079 for:
- createAttribute()
- setAttribute()
- toggleAttribute()
- createElement()
- createElementNS()
- createDocument()
- createAttributeNS()
- setAttributeNS()
and https://github.com/whatwg/html/pull/7991 for updates to "valid custom element name" which impacts:
- customElements.define()
- customElements.whenDefined()
- Whether elements are HTMLElement or HTMLUnknownElement ( https://html.spec.whatwg.org/#elements-in-the-dom:valid-custom-element-name )
| Reporter | ||
Comment 1•5 months ago
|
||
We found one more instance, the dataset named property setter: https://github.com/whatwg/html/pull/11453
Updated•5 months ago
|
Keywords: dev-doc-needed
You need to log in
before you can comment on or make changes to this bug.
Description
•