-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Labels
Description
As we're adding HTML Ruby Extensions, which monkey patches the HTML spec, I realize that we do not guarantee that elements will appear only once in elements extracts, (see Elements extracts guarantees). Should we?
I note that's easier said than done. On top of those introduced by HTML Ruby Extensions, there are duplicates already:
- elements in SVG11 and SVG2. Guarantee could be: "unique when considering series"
- elements in svg-animations and SVG11. We could apply the same superseding rules as for CSS.
- the
filterelement in filter-effects-1 and SVG11/SVG2. Idem. - elements in epub-33 and HTML. Would require a new rule but namespaces are different, I think.
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
dontcallmedom commentedon Sep 10, 2024
SVG and HTML also have duplicate elements (at least
a&titleoff the top of my head), which have pretty different constraints/data models.