Skip to content

Commit

Permalink
Update HTML attribute list to September 2024.
Browse files Browse the repository at this point in the history
  • Loading branch information
zufuliu committed Sep 14, 2024
1 parent ebbad7a commit 7a3d3de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Latest development builds (artifacts in Release configuration for each compiler
* [Groovy](tools/lang/Groovy.groovy), up to Groovy 5.0.
* [Haskell](tools/lang/Haskell.hs), up to GHC 9.6.
* [Haxe](tools/lang/Haxe.hx), up to Haxe 4.3.
* [HTML](tools/lang/html.html), up to [WHATWG](https://html.spec.whatwg.org/multipage/) July 2024. [Screenshots](https://github.com/zufuliu/notepad4/wiki/Screenshots#html)
* [HTML](tools/lang/html.html), up to [WHATWG](https://html.spec.whatwg.org/multipage/) September 2024. [Screenshots](https://github.com/zufuliu/notepad4/wiki/Screenshots#html)
* ASP
* ASP.NET
* JSP
Expand Down
3 changes: 2 additions & 1 deletion src/EditLexers/stlHTML.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ nullptr

, // 6 Attribute
// Attribute
"abbr accept accept-charset accesskey action allow allowfullscreen allowpaymentrequest alt as async autocapitalize autocomplete autofocus autoplay "
"abbr accept accept-charset accesskey action allow allowfullscreen allowpaymentrequest alt as async "
"autocapitalize autocomplete autocorrect autofocus autoplay "
"blocking border challenge charset checked cite class cols colspan command content "
"contenteditable contextmenu controls coords crossorigin data datetime decoding default "
"defer dir dirname disabled download draggable dropzone enctype enterkeyhint fetchpriority for form formaction "
Expand Down
3 changes: 2 additions & 1 deletion tools/lang/html.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
https://whatwg.org/ 12 July 2024
https://whatwg.org/ 12 September 2024
HTML 4.01 https://www.w3.org/TR/html4/ 27 March 2018
XHTML 2.0 https://www.w3.org/TR/xhtml2/ 16 December 2010
-->
Expand All @@ -10,6 +10,7 @@
class id slot
accesskey
autocapitalize="off none on sentences words characters"
autocorrect="on off"
autofocus
contenteditable="true false plaintext-only"
dir="ltr rtl auto"
Expand Down

0 comments on commit 7a3d3de

Please sign in to comment.