for now, where there are additional id's for an element, such as a-no-href, I just kept the additional id's as-is but prepended el-
reordered and renamed the img entries as follows:
el-img (img alt="some text")
el-img-empty-alt (img alt="")
el-img-no-alt
renamed select2 to el-select-multiple-or-size-greater-1 (even though that's crazy long, but at least the initial entry for select is just el-select)
split el-col-colgroup, el-p-pre-blockquote, el-ins-del, and el-tbody-thead-tfoot into their constituent elements and gave each element an entry in the table
(did not split up el-h1-h6)
removed strong, em, sub, sup, and time from text-level-semantics and gave each of them their own table entry, but left the remaining elements listed in text-level-semantics as-is
(so for now: i, small, s, cite, q, dfn, abbr, code, var, samp, kbd, b, u, mark, ruby, rp, rt, bdi, bdo, br, and wbr are still lumped together)
left autonomous-custom-element and IDL-ValidityState id's unchanged
Notes:
a-no-href
, I just kept the additional id's as-is but prependedel-
img
entries as follows:el-img
(img alt="some text")el-img-empty-alt
(img alt="")el-img-no-alt
select2
toel-select-multiple-or-size-greater-1
(even though that's crazy long, but at least the initial entry for select is justel-select
)el-col-colgroup
,el-p-pre-blockquote
,el-ins-del
, andel-tbody-thead-tfoot
into their constituent elements and gave each element an entry in the tableel-h1-h6
)strong
,em
,sub
,sup
, andtime
fromtext-level-semantics
and gave each of them their own table entry, but left the remaining elements listed intext-level-semantics
as-isautonomous-custom-element
andIDL-ValidityState
id's unchangedPreview | Diff