Skip to content

Commit

Permalink
ElementInspector: updated HTML specs
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshyPHP committed Dec 26, 2022
1 parent 41b3421 commit c0ce8f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Configurator/Helpers/ElementInspector.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class ElementInspector
'data'=>['c'=>"\7",'ac'=>"\4",'dd'=>"\0"],
'datalist'=>['c'=>"\5",'ac'=>"\4\200\0\40",'dd'=>"\0"],
'dd'=>['c'=>"\0\100\0\1",'ac'=>"\1",'dd'=>"\0",'b'=>1,'cp'=>['dd','dt']],
'del'=>['c'=>"\5",'ac'=>"\0",'dd'=>"\0",'t'=>1],
'del'=>['c'=>"\7",'ac'=>"\0",'dd'=>"\0",'t'=>1],
'details'=>['c'=>"\13",'ac'=>"\1\0\0\10",'dd'=>"\0",'b'=>1,'cp'=>['p']],
'dfn'=>['c'=>"\7\0\0\0\20",'ac'=>"\4",'dd'=>"\0\0\0\0\20"],
'dialog'=>['c'=>"\1",'ac'=>"\1",'dd'=>"\0",'b'=>1],
Expand Down Expand Up @@ -127,7 +127,7 @@ class ElementInspector
'option'=>['c'=>"\0\0\2\40",'ac'=>"\0",'dd'=>"\0",'b'=>1,'cp'=>['option']],
'output'=>['c'=>"\207",'ac'=>"\4",'dd'=>"\0"],
'p'=>['c'=>"\3\1",'ac'=>"\4",'dd'=>"\0",'b'=>1,'cp'=>['p']],
'picture'=>['c'=>"\45",'ac'=>"\0\200\40",'dd'=>"\0",'nt'=>1],
'picture'=>['c'=>"\47",'ac'=>"\0\200\40",'dd'=>"\0",'nt'=>1],
'pre'=>['c'=>"\3",'ac'=>"\4",'dd'=>"\0",'pre'=>1,'b'=>1,'cp'=>['p']],
'progress'=>['c'=>"\7\0\1\4",'ac'=>"\4",'dd'=>"\0\0\0\4"],
'q'=>['c'=>"\7",'ac'=>"\4",'dd'=>"\0"],
Expand Down

0 comments on commit c0ce8f0

Please sign in to comment.