From dc48e591c72f5a222954d1a919676f231f7ba43b Mon Sep 17 00:00:00 2001 From: Daniel Vogelheim Date: Thu, 12 Dec 2024 16:55:27 +0100 Subject: [PATCH] Add attributes --- lists.txt | 471 ++++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 367 insertions(+), 104 deletions(-) diff --git a/lists.txt b/lists.txt index 482967b..0597eea 100644 --- a/lists.txt +++ b/lists.txt @@ -14,6 +14,7 @@ referenced standards, SVG + MathML), and assigns them to one of several groups: ## Script-ish ## script +noscript name: script, namespace: http://www.w3.org/2000/svg ## Frames ## @@ -23,133 +24,395 @@ frame frameset noframes -## Legacy ## +## Non-Conforming features https://html.spec.whatwg.org/#non-conforming-features ## applet +acronym +bgsound +keygen object embed noembed +param +plaintext +rb +rtc +basefont +big +center +nobr +marquee +strike +tt +font +dir +listing +xmp + +### Probably should be non-conforming feature ### + layer nolayer + ## Harmless ## -b -div +### Document element: https://html.spec.whatwg.org/#the-root-element ### + +html + +### Document metadata: https://html.spec.whatwg.org/#document-metadata ### + +head +title +link +- href +- crossorigin +- rel +- media +- integrity +- hreflang +- type +- referrerpolicy +- sizes +- imagesrcset +- imagesizes +- as +- blocking +- color +- disabled +- fetchpriority +- title // Is global, but has special semantics +style +- media +- blocking +- title // Is global, but has special semantics. + +### Sections: https://html.spec.whatwg.org/#sections ### + +body +- lots of on**** +article +section +nav +aside h1 h2 h3 h4 h5 h6 -i +hgroup +header +footer +address + +### Grouping Content: https://html.spec.whatwg.org/#grouping-content ### + p -span +hr +pre +blockquote +- cite +ol +- reversed +- start +- type +ul +menu +li +- value +dl +dt +dd +figure +figcaption +main +search +div + +### Text-level Semantics: https://html.spec.whatwg.org/#text-level-semantics ### + a +- href +- target +- download +- ping +- rel +- hreflang +- type +- referrerpolicy +em +strong +small +s +cite +q +dfn +- title // Is global, but has special semantics here. abbr -acronym -address -area -article -aside -audio +- title // Is global, but has special semantics here. +ruby +rt +rp +data +- value +time +- datetime +code +var +samp +kbd +sub +sup +i +b +u +mark bdi +- dir // Is global, but has special semantics here. bdo -big -blockquote -body +- dir // Is global, but has special semantics here. +span br -button -canvas +wbr + +### Links: https://html.spec.whatwg.org/#links ### + +### Edits: https://html.spec.whatwg.org/#edits ### + +ins +- cite +- datetime +del +- cite +- datetime + +### Embedded content: https://html.spec.whatwg.org/#embedded-content ### + +picture +source +- type +- media +- src +- srcset +- sizes +- width +- height +img +- alt +- src +- srcset +- sizes +- crossorigin +- usemap +- ismap +- width +- height +- referrerpolicy +- decoding +- loading +- fetchpriority +video +- src +- crossorigin +- poster +- preload +- autoplay +- playsinline +- loop +- muted +- controls +- width +- height +audio +- src +- crossorigin +- preload +- autoplay +- loop +- muted +- controls +track +- kind +- src +- srclang +- label +- default +map +- name +area +- alt +- coords +- shape +- href +- target +- download +- ping +- rel +- referrerpolicy + +### Tabular Data https://html.spec.whatwg.org/#tables ### + +table caption -center -cite -code -col colgroup -data -datalist -dd -del -details -dfn -dir -dialog -dl -dt -em -fieldset -figcaption -figure -font -footer +- span +col +- span +tbody +thead +tfoot +tr +td +- colspan +- rowspan +- headers +th +- colspan +- rowspan +- headers +- scope +- abbr + +### Forms https://html.spec.whatwg.org/#forms ### + form -head -header -hgroup -hr -html -img -input -ins -kbd +- accept-charset +- action +- autocomplete +- enctype +- method +- name +- novalidate +- target +- rel label -legend -li -link -listing -main -map -mark -marquee -menu -meter -nav -nobr -noscript -ol +- for +input +- accept +- alpha +- alt +- autocomplete +- checked +- colorspace +- dirname +- disabled +- form +- formaction +- formenctype +- formmethod +- formnovalidate +- formtarget +- height +- list +- max +- maxlength +- min +- minlength +- multiple +- name +- pattern +- placeholder +- popovertarget +- popovertargetaction +- readonly +- required +- size +- src +- step +- type +- value +- width +- title // Is global, but has special semantics here. +button +- disabled +- form +- formaction +- formenctype +- formmethod +- formnovalidate +- formtarget +- name +- popovertarget +- popovertagetaction +- type +- value +select +- autocomplete +- disabled +- form +- multiple +- name +- required +- size +datalist optgroup +- disabled +- label option +- disabled +- label +- selected +- value +textarea +- autocomplete +- cols +- dirname +- disabled +- form +- maxlength +- minlength +- name +- placeholder +- readonly +- required +- rows +- wrap output -picture -pre +- for +- form +- name progress -q -rp -rt -ruby -s -samp -search -section -select -slot -small -source -strike -strong -style -sub +- value +- max +meter +- value +- min +- max +- low +- high +- optimum +fieldset +- disabled +- form +- name +legend + +### Interactive Elements https://html.spec.whatwg.org/#interactive-elements ### + +details +- name +- open summary -sup -table -tbody -td +dialog +- open + +### Scripting ### + template -textarea -tfoot -th -thead -time -title -tr -track -tt -u -ul -var -video -wbr +- shadowrootmode +- shadowrootdelegatesfocus +- shadowrootclonable +- shadowrootserializable +slot +- name +canvas +- width +- height + +### SVG + MathML ### + name: a, namespace: http://www.w3.org/2000/svg name: circle, namespace: http://www.w3.org/2000/svg name: clipPath, namespace: http://www.w3.org/2000/svg @@ -236,20 +499,20 @@ name: munderover, namespace: http://www.w3.org/1998/Math/MathML ## Other ## base -basefont -bgsound +- href +- target +meta +- name +- http-quiv +- content +- charset +- media + command fencedframe image -keygen -meta -param permission -plaintext -rb -rtc selectedcontent -xmp name: annotation, "namespace": "http://www.w3.org/1998/Math/MathML", name: annotation-xml, "namespace": "http://www.w3.org/1998/Math/MathML", name: maction, "namespace": "http://www.w3.org/1998/Math/MathML",