Skip to content

Commit

Permalink
Update HTML attribute list to November 2023.
Browse files Browse the repository at this point in the history
  • Loading branch information
zufuliu committed Nov 18, 2023
1 parent 245d619 commit 046b613
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,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/) June 2023. [Screenshots](https://github.com/zufuliu/notepad2/wiki/Screenshots#html)
* [HTML](tools/lang/html.html), up to [WHATWG](https://html.spec.whatwg.org/multipage/) November 2023. [Screenshots](https://github.com/zufuliu/notepad2/wiki/Screenshots#html)
* ASP
* ASP.NET
* JSP
Expand Down
2 changes: 1 addition & 1 deletion src/EditLexers/stlHTML.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ NULL
"pattern placeholder playsinline poster preload popover popovertarget popovertargetaction "
"radiogroup readonly referrerpolicy rel required "
"rev reversed rows rowspan sandbox sizes spellcheck scope scoped seamless selected shape size slot span "
"src srcdoc srclang srcset start step style tabindex target title translate type "
"shadowrootmode shadowrootdelegatesfocus src srcdoc srclang srcset start step style tabindex target title translate type "
"typemustmatch usemap value width wrap "

// Other Attribute
Expand Down
6 changes: 3 additions & 3 deletions tools/lang/html.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
https://whatwg.org/ 9 June 2023
https://whatwg.org/ 16 November 2023
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 Down Expand Up @@ -310,14 +310,14 @@ <h6></h6>
</fieldset>
</form>
<!-- Interactive elements https://html.spec.whatwg.org/multipage/interactive-elements.html -->
<details open></details>
<details name open></details>
<summary></summary>
<dialog open></dialog>
<!-- Scripting https://html.spec.whatwg.org/multipage/scripting.html -->
<script src type="text/javascript text/ecmascript text/jscript text/livescript module text/plain text/xml application/octet-stream application/xml"
charset nomodule async defer crossorigin integrity referrerpolicy blocking fetchpriority></script>
<noscript></noscript>
<template></template>
<template shadowrootmode="open closed" shadowrootdelegatesfocus></template>
<slot name></slot>
<!-- https://html.spec.whatwg.org/multipage/canvas.html -->
<canvas width height></canvas>
Expand Down

0 comments on commit 046b613

Please sign in to comment.