Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not forbid resetting the default namespace… #49

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
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