diff --git a/index.html b/index.html index 4ba91e5..ea7889d 100644 --- a/index.html +++ b/index.html @@ -1364,7 +1364,8 @@

Extensibility

DOM APIs do allow creation of elements in the XMLNS namespace but with strict qualifications.

-
  • If the require well-formed flag is set (its value is true), and +
  • If the require well-formed flag is set (its value is true), the + value of attr's prefix attribute is not null, and the value of attr's value 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).