diff --git a/lang/spec.html b/lang/spec.html index ee149886..c428dcf8 100644 --- a/lang/spec.html +++ b/lang/spec.html @@ -1048,9 +1048,10 @@
xml
. If there is already a namespace declaration in the [namespace
attributes] that declares a prefix with that namespace name, then that prefix is
used. Otherwise if there is a namespace declaration in the in-scope namespaces
-that declares a prefix with that namespace and it is not redeclared by the
-[namespace attributes], then that prefix is used. Otherwise generate a prefix
-and add an AII to the [namespace attributes] to declare it.
+that declares a prefix with that namespace and it is not redeclared or
+undeclared by the [namespace attributes], then that prefix is used. Otherwise
+generate a prefix and add an AII to the [namespace attributes] to declare
+it.
xmlns=""
AII is added to the
[namespace attributes] property to undeclare the default namespace.