Skip to content

Commit

Permalink
Add xref between xmlns sections
Browse files Browse the repository at this point in the history
  • Loading branch information
jclark committed Mar 13, 2020
1 parent ae979b4 commit 9c2b5e9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lang/spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -5764,7 +5764,7 @@ <h3>Local type definition statement</h3>
</p>
</section>
<section>
<h3>XML namespace declaration statement</h3>
<h3 id="XML_namespace_declaration_statement">XML namespace declaration statement</h3>

<pre
class="grammar">xmlns-decl-stmt := xmlns-decl
Expand Down Expand Up @@ -6810,6 +6810,11 @@ <h3>Module XML namespace declaration</h3>
A <code>module-xmlns-decl</code> declares an XML namespace prefix with module
scope.
</p>
<p>
The semantics of xmlns-decl are described in the <a
href="#XML_namespace_declaration_statement">XML namespace declaration
statement</a> section.
</p>

</section>

Expand Down

0 comments on commit 9c2b5e9

Please sign in to comment.