[Bug 20463] The otherwise clause for Document objects can point to the DOM standard instead. See bug 20390 for more details.

https://www.w3.org/Bugs/Public/show_bug.cgi?id=20463

Ian 'Hixie' Hickson <ian@hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian@hixie.ch,
                   |                            |www-dom@w3.org
          Component|HTML                        |DOM
           Assignee|ian@hixie.ch                |annevk@annevk.nl
            Product|WHATWG                      |WebAppsWG
   Target Milestone|Unsorted                    |---
         QA Contact|contributor@whatwg.org      |public-webapps-bugzilla@w3.
                   |                            |org

--- Comment #1 from Ian 'Hixie' Hickson <ian@hixie.ch> ---
Done on the HTML side, but the DOM side is gonna need some changes.

Right now the text is:

# Unless explicitly given when a document is created, its origin is a
# globally unique identifier and its effective script origin is an
# alias of that origin. [HTML]

...but (a) the origins aren't set when the documents are created, they're set
just generically for all documents by the HTML spec, and (b) the effective
script origin can be mutated.

I recommend this instead:

# Except where otherwise specified, the origin of a Document is a
# globally unique identifier, and the effective script origin of a
# Document is an alias of the Document's origin. [HTML]

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 6 March 2013 19:50:14 UTC