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

Drop "Properties included from Slotable" section of Element doc #2873

Merged
merged 1 commit into from
Mar 5, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions files/en-us/web/api/element/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,15 +99,6 @@ <h2 id="Properties">Properties</h2>
<p>This change is implemented in Chrome since version 46.0 and Firefox since version 48.0.</p>
</div>

<h3 id="Properties_included_from_Slotable">Properties included from Slotable</h3>

<p><em>The <code>Element</code> interface includes the following property, defined on the {{DOMxRef("Slotable")}} mixin.</em></p>

<dl>
<dt>{{DOMxRef("Slotable.assignedSlot")}}{{readonlyInline}}</dt>
<dd>Returns a {{DOMxRef("HTMLSlotElement")}} representing the {{htmlelement("slot")}} the node is inserted in.</dd>
</dl>

<h3 id="Properties_included_from_Aria">Properties included from ARIA</h3>

<p><em>The <code>Element</code> interface includes the following properties, defined on the <code>ARIAMixin</code> mixin.</em></p>
Expand Down