Skip to content

Commit

Permalink
[WICG#128] Add Element.slot attribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
hayatoito authored and kojiishi committed Sep 7, 2015
1 parent c8a20f4 commit 8947d25
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions spec/shadow/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1235,6 +1235,13 @@ <h3>Extensions to <code>Element</code> Interface</h3>
</p>
</dd>

<dt>attribute DOMString slot</dt>
<dd>
<p>
Reflects the <code>slot</code> attribute. The <code>slot</code> attribute represents thh <a>slot name</a> of a slot to where this element is assigned.
</p>
</dd>

<dt>readonly attribute ShadowRoot? shadowRoot</dt>
<dd>
<p>Represents the <a>shadow root</a> that <a>context object</a> <a>hosts</a>.</p>
Expand Down

0 comments on commit 8947d25

Please sign in to comment.