Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1364,7 +1364,8 @@ <h2>Extensibility</h2>
<p class=note>DOM APIs do allow creation of elements in the <a>XMLNS namespace</a> but
with strict qualifications.</p>

<li>If the <a><var>require well-formed</var></a> flag is set (its value is <code>true</code>), and
<li>If the <a><var>require well-formed</var></a> flag is set (its value is <code>true</code>), the
value of <var>attr</var>'s <code><a>prefix</a></code> attribute is not <code>null</code>, and
the value of <var>attr</var>'s <code><a>value</a></code> attribute is the empty string,
then throw an exception; namespace prefix declarations cannot be used to undeclare a
namespace (use a default namespace declaration instead).
Expand Down