File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 35
35
- added picture tag
36
36
- added source tag
37
37
- adjusted possible children of a number of elements so they support the picture tag
38
+ - added details and summary tag
38
39
-->
39
40
40
41
<!--================ Character mnemonic entities =========================-->
211
212
<!--=================== Text Elements ====================================-->
212
213
213
214
<!ENTITY % special.extra
214
- "object | applet | img | map | iframe | picture">
215
+ "object | applet | img | map | iframe | picture | details | summary ">
215
216
216
217
<!ENTITY % special.basic
217
218
"br | span | bdo">
252
253
<!ENTITY % blocktext "pre | hr | blockquote | address | center | noframes">
253
254
254
255
<!ENTITY % block
255
- "p | %heading; | div | %lists; | %blocktext; | isindex |fieldset | table">
256
+ "p | %heading; | div | %lists; | %blocktext; | isindex |fieldset | table | details | summary ">
256
257
257
258
<!-- %Flow; mixes block and inline and is used for list items etc. -->
258
259
<!ENTITY % Flow "(#PCDATA | %block; | form | %inline; | %misc; | picture)*">
446
447
%TextAlign;
447
448
>
448
449
450
+ <!ELEMENT details %Flow;> <!-- generic language/style container -->
451
+ <!ATTLIST details
452
+ %attrs;
453
+ %TextAlign;
454
+ >
455
+
456
+ <!ELEMENT summary %Flow;> <!-- generic language/style container -->
457
+ <!ATTLIST summary
458
+ %attrs;
459
+ %TextAlign;
460
+ >
461
+
449
462
<!--=================== Paragraphs =======================================-->
450
463
451
464
<!ELEMENT p %Inline;>
You can’t perform that action at this time.
0 commit comments