Merge pull request #19 from derekdreery/patch-1

Change `nav` to contain flow content
This commit is contained in:
Bodil Stokke 2018-12-01 18:28:08 +00:00 committed by GitHub
commit b71acfb065
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,