Skip to content

Commit

Permalink
[#377] Add warning messages
Browse files Browse the repository at this point in the history
  • Loading branch information
hayatoito committed Aug 4, 2016
1 parent 466244b commit b8012ec
Showing 1 changed file with 27 additions and 4 deletions.
31 changes: 27 additions & 4 deletions spec/shadow/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</p>

<p class="warning">
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 <a href="https://github.com/w3c/webcomponents/issues/110">Issue #377</a> for details.
</p>
</section>

<section id='sotd'>
Expand Down Expand Up @@ -81,13 +88,14 @@ <h2>Conformance</h2>
<section>
<h2>Composition</h2>

<p class="warning">
This section has been upstremed into DOM Standard [[WHATWG-DOM]].
This section may not accurately reflect the latest conclusion.
</p>

<section>
<h3>Shadow trees</h3>

<p class="note">
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.
</p>

<p>
An element <var>A</var> is a <dfn>shadow host</dfn> if <var>A</var> is a <a>host</a> that is associated with a <a>shadow root</a> <var>B</var>.
In this case, <var>A</var> <dfn>hosts</dfn> a <a>shadow tree</a> whose <a>root</a> is <var>B</var>.
Expand Down Expand Up @@ -272,6 +280,11 @@ <h3>Flat trees</h3>
<section>
<h2>Distributions</h2>

<p class="warning">
This section has been upstremed into DOM Standard [[WHATWG-DOM]] and HTML Standard [[HTML]].
This section may not accurately reflect the latest conclusion.
</p>

<section>
<h3>Slots</h3>

Expand Down Expand Up @@ -456,6 +469,11 @@ <h2>Distributed Nodes Algorithm</h2>
<section>
<h2>Flattening</h2>

<p class="warning">
This section has been upstremed into CSS Scoping Module Level 1 [[css-scoping-1]].
This section may not accurately reflect the latest conclusion.
</p>

<section>
<h3>Flattening Algorithm</h3>

Expand Down Expand Up @@ -700,6 +718,11 @@ <h3>Flattening Example</h3>
<section>
<h2>Events</h2>

<p class="warning">
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.
</p>

<p>
In each algorithm in this section, the <a>Window</a> <strong>must</strong> be considered as if it were the parent node of the <a>Document</a> so that the <a>Window</a> also receives an <a>event</a>.
</p>
Expand Down

0 comments on commit b8012ec

Please sign in to comment.