Merge pull request #19 from derekdreery/patch-1
Change `nav` to contain flow content
This commit is contained in:
commit
b71acfb065
|
@ -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