From b8012ec8bbf2bbf597a086fac146d3cf3514c024 Mon Sep 17 00:00:00 2001 From: Hayato Ito Date: Thu, 4 Aug 2016 14:44:00 +0900 Subject: [PATCH] [#377] Add warning messages --- spec/shadow/index.html | 31 +++++++++++++++++++++++++++---- 1 file changed, 27 insertions(+), 4 deletions(-) diff --git a/spec/shadow/index.html b/spec/shadow/index.html index e0c515b2..2fbfa07e 100644 --- a/spec/shadow/index.html +++ b/spec/shadow/index.html @@ -54,6 +54,13 @@ This specification describes a method of combining multiple DOM trees into one hierarchy and how these trees interact with each other within a document, thus enabling better composition of the DOM.

+ +

+ Shadow DOM specification is being upstreamed to DOM Standard [[WHATWG-DOM]], HTML Standard [[HTML]], CSS Scoping Module Level 1 [[css-scoping-1]], + UI Events specification [[uievents]], and other relevant specifications. + This specification may not accurately reflect the latest conclusion. + See Issue #377 for details. +

@@ -81,13 +88,14 @@

Conformance

Composition

+

+ This section has been upstremed into DOM Standard [[WHATWG-DOM]]. + This section may not accurately reflect the latest conclusion. +

+

Shadow trees

-

- Shadow DOM specification is being upstreamed to DOM Standard [[!WHATWG-DOM]]. Most of the concepts about shadow trees are now being defined in DOM Standard. -

-

An element A is a shadow host if A is a host that is associated with a shadow root B. In this case, A hosts a shadow tree whose root is B. @@ -272,6 +280,11 @@

Flat trees

Distributions

+

+ This section has been upstremed into DOM Standard [[WHATWG-DOM]] and HTML Standard [[HTML]]. + This section may not accurately reflect the latest conclusion. +

+

Slots

@@ -456,6 +469,11 @@

Distributed Nodes Algorithm

Flattening

+

+ This section has been upstremed into CSS Scoping Module Level 1 [[css-scoping-1]]. + This section may not accurately reflect the latest conclusion. +

+

Flattening Algorithm

@@ -700,6 +718,11 @@

Flattening Example

Events

+

+ This section has been upstremed into DOM Standard [[WHATWG-DOM]], UI Events specification [[uievents]], and other relevant specifications. + This section may not accurately reflect the latest conclusion. +

+

In each algorithm in this section, the Window must be considered as if it were the parent node of the Document so that the Window also receives an event.