Bug 241419 - Allow more characters in element/attribute names and prefixes
Summary: Allow more characters in element/attribute names and prefixes
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-06-08 08:31 PDT by Domenic Denicola
Modified: 2023-04-11 08:49 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Domenic Denicola 2022-06-08 08:31:55 PDT
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 )
Comment 1 Radar WebKit Bug Importer 2022-06-15 08:32:12 PDT
<rdar://problem/95205349>