Bug 241419
| Summary: | Allow more characters in element/attribute names and prefixes | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Domenic Denicola <d> |
| Component: | DOM | Assignee: | sideshowbarker <mike> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | cdumez, cyb.ai.815, karlcow, mike, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=255205 | ||
Domenic Denicola
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 )
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/95205349>
Domenic Denicola
We found one more instance, the dataset named property setter: https://github.com/whatwg/html/pull/11453
sideshowbarker
Pull request: https://github.com/WebKit/WebKit/pull/56000
sideshowbarker
Pull request: https://github.com/WebKit/WebKit/pull/56248
EWS
Committed 308542@main (14676a639c02): <https://commits.webkit.org/308542@main>
Reviewed commits have been landed. Closing PR #56248 and removing active labels.
sideshowbarker
Still need to land https://github.com/WebKit/WebKit/pull/56000 for this
EWS
Committed 308884@main (3c11801b7231): <https://commits.webkit.org/308884@main>
Reviewed commits have been landed. Closing PR #56000 and removing active labels.
Karl Dubost
*** Bug 309468 has been marked as a duplicate of this bug. ***