Change `nav` to contain flow content -
I'm pretty sure you should be able to do ```html <nav> <ol> <li>Test</li> </ol> </nav> ```
This commit is contained in:
parent
d4c5121172
commit
d87c9f81b1
|
@ -238,7 +238,7 @@ declare_elements!{
|
|||
optimum: isize,
|
||||
form: Id,
|
||||
} in [FlowContent, PhrasingContent] with PhrasingContent;
|
||||
nav in [FlowContent, SectioningContent] with PhrasingContent;
|
||||
nav in [FlowContent, SectioningContent] with FlowContent;
|
||||
noscript in [MetadataContent, FlowContent, PhrasingContent] with Node;
|
||||
object {
|
||||
data: Uri,
|
||||
|
|
Loading…
Reference in New Issue