Webcomponents: Upstreaming Shadow DOM and outstanding v1 work

Created on 5 Sep 2017  路  5Comments  路  Source: WICG/webcomponents

Previously: #377, #495.

  • [x] 2. Shadow Tree (=> DOM Standard; information in "Shadow DOM" is obsolete)
  • [x] 3. Mutation algorithms (=> DOM Standard; information in "Shadow DOM" is obsolete)
  • [ ] 4. Events (=> DOM Standard, UI Events, Touch Events; information about UI and Touch already removed from "Shadow DOM" and the remainder is obsolete)
  • [ ] 5. User interaction
  • [x] 6. HTML Elements in Shadow Trees (=> HTML Standard; information in "Shadow DOM" is obsolete)
  • [ ] 7. Elements and DOM interfaces (=> DOM Standard and HTML Standard)

Outstanding issues in DOM and HTML:

Outstanding issues in this repository:

shadow-dom v1

Most helpful comment

:defined is now #665, though note it's not related to shadow trees.

All 5 comments

The main thing lacking in OP is information about corresponding CSS efforts. There's https://drafts.csswg.org/css-scoping/ and https://github.com/w3c/csswg-drafts/labels/css-scoping-1 at least, but maybe there's more?

@annevk perhaps update description. Missing a # 1.

The main thing lacking in OP is information about corresponding CSS efforts. There's https://drafts.csswg.org/css-scoping/ and https://github.com/w3c/csswg-drafts/labels/css-scoping-1 at least, but maybe there's more?

What is the status with the pseudo class :defined? Seemed to be lacking in certain vendors but also could be merely a reflection of their respective overall status of Custom Elements which of course is outside the scope of this issue.

The numbers correspond to the sections in https://w3c.github.io/webcomponents/spec/shadow/.

:defined is now #665, though note it's not related to shadow trees.

Ah yes i see now after re-assessing the steps section @annevk 馃檹 Thanks for the clarification.

Was this page helpful?
0 / 5 - 0 ratings