Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dom Document gives error #387

Closed
zcorpan opened this issue Apr 16, 2015 · 4 comments
Closed

dom Document gives error #387

zcorpan opened this issue Apr 16, 2015 · 4 comments

Comments

@zcorpan
Copy link
Contributor

zcorpan commented Apr 16, 2015

{{Document}}
->

WARNING: Multiple possible 'idl' refs for 'Document'.
Arbitrarily chose the one in html5.
If this is wrong, insert one of the following lines into a <pre class=link-defaults> block:
spec:svg2; type:interface; text:Document
spec:html5; type:interface; text:Document

dom-ls is correct but that gives a fatal error. However on the csswg server this appears to work fine without warnings (and it points to the dom spec).

@tabatkins
Copy link
Collaborator

Should be fixed now. Remember to bikeshed update if you're getting different results locally than the CSSWG server; it's not running any special version there or anything.

@zcorpan
Copy link
Contributor Author

zcorpan commented Apr 24, 2015

http://dev.w3.org/csswg/bikeshed/cssom-view/ still seems to give warnings for Document and doesn't give dom as an option...?

@tabatkins tabatkins reopened this Apr 24, 2015
@tabatkins
Copy link
Collaborator

Indeed. I thought we'd fixed that. :/

@tabatkins
Copy link
Collaborator

All right, actually fixed now. The force attribute was broken. Haven't been able to figure out why it was broken, but I fixed it anyway. Now (once Shepherd re-parses DOM) Document will show up with DOM as a source.

Now I just gotta implement the "obsoletes" thing so DOM can automatically wipe out the HTML and SVG2 references.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants