diff --git a/dom.bs b/dom.bs index 4fbea0ab6..90be8bb77 100644 --- a/dom.bs +++ b/dom.bs @@ -449,6 +449,9 @@ The XML namespace is The XMLNS namespace is http://www.w3.org/2000/xmlns/. +The SVG namespace is +http://www.w3.org/2000/svg. + To validate a qualifiedName, run these steps:
    @@ -5136,6 +5139,20 @@ method, when invoked, must run these steps:
  1. document's origin is the origin of the context object's associated document. [[!HTML]] +

  2. document's content type is determined by + namespace: + +

    +
    HTML namespace +
    application/xhtml+xml + +
    SVG namespace +
    image/svg+xml + +
    Any other namespace +
    application/xml +
    +
  3. Return document.