Skip to content

Commit

Permalink
[HTML] Update popover attributes.
Browse files Browse the repository at this point in the history
  • Loading branch information
zufuliu committed Jun 9, 2023
1 parent 29e8b14 commit 03ae5cd
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 @@ -70,7 +70,7 @@ Latest development builds (artifacts in Release configuration for each compiler
* [GraphViz Dot](tools/lang/GraphViz.dot), up to GraphViz 2.49, [Screenshots](https://github.com/zufuliu/notepad2/wiki/Screenshots#graphviz)
* [Groovy](tools/lang/Groovy.groovy), up to Groovy 4.0.
* [Haxe](tools/lang/Haxe.hx), up to Haxe 4.2
* [HTML](tools/lang/html.html), up to [WHATWG](https://html.spec.whatwg.org/multipage/) April 2023. [Screenshots](https://github.com/zufuliu/notepad2/wiki/Screenshots#html)
* [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)
* 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 @@ -57,7 +57,7 @@ NULL
"http-equiv icon id imagesrcset imagesizes inert integrity is ismap itemid itemprop itemref itemscope itemtype "
"keytype kind label lang list loading longdesc loop low nonce minlength manifest max "
"maxlength media mediagroup method min multiple muted name nomodule novalidate open optimum "
"pattern placeholder playsinline poster preload popover popoverhidetarget popovershowtarget popovertoggletarget "
"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 "
Expand Down
6 changes: 3 additions & 3 deletions tools/lang/html.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!--
https://whatwg.org/ 6 April 2023
https://whatwg.org/ 9 June 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
-->
<!DOCTYPE html>
<!-- Global https://html.spec.whatwg.org/multipage/dom.html#global-attributes -->
<!-- https://html.spec.whatwg.org/multipage/popover.html#the-popover-attribute -->
<!-- https://html.spec.whatwg.org/multipage/popover.html -->
<html
class id slot
accesskey
Expand All @@ -27,7 +27,7 @@
lang="en"
manifest
nonce
popover popoverhidetarget popovershowtarget popovertoggletarget
popover popovertarget="toggle show hide" popovertargetaction
spellcheck
style
tabindex
Expand Down

0 comments on commit 03ae5cd

Please sign in to comment.