Skip to content
This repository has been archived by the owner on Nov 11, 2019. It is now read-only.

several fixes #136

Merged
merged 6 commits into from Apr 12, 2017
Merged

several fixes #136

merged 6 commits into from Apr 12, 2017

Conversation

yongsheng
Copy link
Collaborator

merge them together.

Yongsheng Zhu and others added 6 commits April 12, 2017 14:31
Changes in Document and DocumentImplementation.
Reference the origin definition from HTML5.1 but not describe
it in several times.
Change the URL references to use W3C HTML5.1 in index.bs as well.
Changes in Node.
Remove XMLDocument.prototype.load since it is only implemented
in Gecko, and is long-deprecated.
And it is still under discussion if it is necessary to add it
back to Gecko compatibility mode.
Lots of event types defined in other relevant specs are missing for
createEvent interface, e.g. animationevent, devicemotionevent,
svgzoomevent etc. These event definitions can be found in the
normative/informative references.
Fixes https://www.w3.org/Bugs/Public/show_bug.cgi?id=19962

These methods are widely supported by Chrome/Firefox/IE, here we
add them into spec with the algorithms in details.
Changed in Node.
As xml:base is gone, make Node.baseURI to be the node
document's base URL.
The XXXError is defined as an object, not exception semantic in
WebIDL language definition, these exception words to keep conformance
with this.
@yongsheng yongsheng merged commit 31142c7 into w3c:dom4.1 Apr 12, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants