Skip to content

Commit 281817e

Browse files
committed
Update Feature and Extent element categories
1 parent 8bd6845 commit 281817e

File tree

1 file changed

+35
-37
lines changed

1 file changed

+35
-37
lines changed

spec/index.html

Lines changed: 35 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -712,9 +712,9 @@ <h4>The <code>&lt;<dfn id="the-layer-element">layer</dfn>&gt;</code> element</h4
712712
<dd>If the <a href="#attr-layer-src"><code>src</code></a> attribute is present: <a href="https://html.spec.whatwg.org/multipage/dom.html#concept-content-nothing">Nothing</a>.</dd>
713713
<dd>
714714
If no <a href="#attr-layer-src"><code>src</code></a> attribute is present:
715-
<a href="#dfn-extent-content">Extent content</a>,
716-
<a href="#dfn-feature-content">Feature content</a>,
717715
<a href="#dfn-metadata-content">Metadata content</a>,
716+
optional <a href="#the-extent-element"><code>extent</code></a> element,
717+
optional <a href="#the-feature-element"><code>feature</code></a> element,
718718
optional <a href="#the-tile-element"><code>tile</code></a> element.
719719
</dd>
720720
<dt><a href="https://html.spec.whatwg.org/multipage/dom.html#concept-element-attributes">Content attributes</a>:</dt>
@@ -1994,9 +1994,9 @@ <h5>The <code>&lt;<dfn id="the-body-element">body</dfn>&gt;</code> element</h5>
19941994
<dd>As the second child of the <a href="#the-mapml-element"><code>mapml</code></a> element.</dd>
19951995
<dt><a href="https://html.spec.whatwg.org/multipage/dom.html#concept-element-content-model">Content model</a>:</dt>
19961996
<dd>
1997-
<a href="#dfn-extent-content">Extent content</a>,
1998-
<a href="#dfn-feature-content">Feature content</a>,
19991997
<a href="#dfn-metadata-content">Metadata content</a>,
1998+
optional <a href="#the-extent-element"><code>extent</code></a> element,
1999+
optional <a href="#the-feature-element"><code>feature</code></a> element,
20002000
optional <a href="#the-tile-element"><code>tile</code></a> element.
20012001
</dd>
20022002
<dt><a href="https://html.spec.whatwg.org/multipage/dom.html#concept-element-attributes">Content attributes</a>:</dt>
@@ -2045,28 +2045,16 @@ <h5>The <code>&lt;<dfn id="the-body-element">body</dfn>&gt;</code> element</h5>
20452045
</dl>
20462046
<p>The <a href="#the-body-element"><code>body</code></a> element represents the content of the document.</p>
20472047
</section>
2048-
<section>
2049-
<h3>Extent content</h3>
2050-
<dl>
2051-
<dt>Elements categorized as <dfn>extent content</dfn>:</dt>
2052-
<dd>
2053-
<a href="#the-extent-element"><code>extent</code></a>,
2054-
<a href="#the-input-element"><code>input</code></a>,
2055-
<a href="#the-datalist-element"><code>datalist</code></a>,
2056-
<a href="#the-label-element"><code>label</code></a>,
2057-
<a href="#the-select-element"><code>select</code></a>,
2058-
<a href="#the-option-element"><code>option</code></a>.
2059-
</dd>
2060-
</dl>
20612048

20622049
<section>
20632050
<h5>The <code>&lt;<dfn id="the-extent-element">extent</dfn>&gt;</code> element</h5>
20642051
<dl class="def">
20652052
<dt><a href="https://html.spec.whatwg.org/multipage/dom.html#concept-element-categories">Categories</a>:</dt>
2066-
<dd><a href="#dfn-extent-content">Extent content</a>.</dd>
2053+
<dd>None.</dd>
20672054
<dt><a href="https://html.spec.whatwg.org/multipage/dom.html#concept-element-contexts">Contexts in which this element can be used</a>:</dt>
20682055
<dd>Required to be a child of the <a href="#the-body-element"><code>body</code></a> element.</dd>
20692056
<dt><a href="https://html.spec.whatwg.org/multipage/dom.html#concept-element-content-model">Content model</a>:</dt>
2057+
<dd><a href="#dfn-extent-content">Extent content</a>.</dd>
20702058
<dd>
20712059
A set of multiple <a href="#the-input-element"><code>input</code></a> and one or more <a href="#the-link-element"><code>link</code></a> elements with their <code>rel</code> attribute in either the "<a href="#link-rel-tile"><code>tile</code></a>", "<a href="#link-rel-image"><code>image</code></a>" or "<a href="#link-rel-features"><code>features</code></a>" state, and zero or one
20722060
<a href="#the-link-element"><code>link</code></a> element with its <code>rel</code> attribute in the "<a href="#link-rel-query"><code>query</code></a>" state.
@@ -2126,8 +2114,21 @@ <h5>The <code>&lt;<dfn id="the-extent-element">extent</dfn>&gt;</code> element</
21262114
The <a href="#the-extent-element"><code>extent</code></a> element is a map-associated affordance, which contains input and link elements, whose job it is to serialize location event properties that can be submitted to a server for processing.
21272115
</p>
21282116
<p>The <code>units</code> attribute indicates the parent TCRS that location events shall be generated for, and serialized as requested by the <code>extent</code>'s contents.</p>
2129-
21302117
</section>
2118+
2119+
<section>
2120+
<h3>Extent content</h3>
2121+
<dl>
2122+
<dt>Elements categorized as <dfn>extent content</dfn>:</dt>
2123+
<dd>
2124+
<a href="#the-input-element"><code>input</code></a>,
2125+
<a href="#the-datalist-element"><code>datalist</code></a>,
2126+
<a href="#the-label-element"><code>label</code></a>,
2127+
<a href="#the-select-element"><code>select</code></a>,
2128+
<a href="#the-option-element"><code>option</code></a>.
2129+
</dd>
2130+
</dl>
2131+
21312132
<section>
21322133
<h5>The <code>&lt;<dfn id="the-input-element">input</dfn>&gt;</code> element</h5>
21332134
<dl class="def">
@@ -2710,33 +2711,16 @@ <h5>The <code>&lt;<dfn id="the-option-element">option</dfn>&gt;</code> element</
27102711
</dl>
27112712
</section>
27122713
</section>
2713-
<section>
2714-
<h3>Feature content</h3>
2715-
<dl>
2716-
<dt>Elements categorized as <dfn>feature content</dfn>:</dt>
2717-
<dd>
2718-
<a href="#the-feature-element"><code>feature</code></a>,
2719-
<a href="#the-featurecaption-element"><code>featurecaption</code></a>,
2720-
<a href="#the-properties-element"><code>properties</code></a>,
2721-
<a href="#the-geometry-element"><code>geometry</code></a>,
2722-
<a href="#the-coordinates-element"><code>coordinates</code></a>,
2723-
<a href="#the-image-element"><code>image</code></a>.
2724-
</dd>
2725-
</dl>
27262714

27272715
<section>
27282716
<h5>The <code>&lt;<dfn id="the-feature-element">feature</dfn>&gt;</code> element</h5>
27292717
<dl class="def">
27302718
<dt><a href="https://html.spec.whatwg.org/multipage/dom.html#concept-element-categories">Categories</a>:</dt>
2731-
<dd><a href="#dfn-feature-content">Feature content</a>.</dd>
27322719
<dd><a href="https://html.spec.whatwg.org/multipage/dom.html#interactive-content-2">Interactive content</a>.</dd>
27332720
<dt><a href="https://html.spec.whatwg.org/multipage/dom.html#concept-element-contexts">Contexts in which this element can be used</a>:</dt>
27342721
<dd>Child of the <a href="#the-body-element"><code>body</code></a> element.</dd>
27352722
<dt><a href="https://html.spec.whatwg.org/multipage/dom.html#concept-element-content-model">Content model</a>:</dt>
2736-
<dd>Optional <a href="#the-featurecaption-element"><code>featurecaption</code></a> element,
2737-
optional <a href="#the-geometry-element"><code>geometry</code></a> element,
2738-
optional <a href="#the-properties-element"><code>properties</code></a> element,
2739-
optional <a href="#the-image-element"><code>image</code></a> element.</dd>
2723+
<dd><a href="#dfn-feature-content">Feature content</a>.</dd>
27402724
<dt><a href="https://html.spec.whatwg.org/multipage/dom.html#concept-element-attributes">Content attributes</a>:</dt>
27412725
<dd><a href="https://html.spec.whatwg.org/multipage/dom.html#global-attributes">Global attributes</a>.</dd>
27422726
<dd><code>zoom</code> — the 'native' zoom level of the feature geometry.</dd>
@@ -2791,6 +2775,20 @@ <h5>The <code>&lt;<dfn id="the-feature-element">feature</dfn>&gt;</code> element
27912775
A <a href="#the-feature-element"><code>feature</code></a> element represents a map feature.
27922776
</p>
27932777
</section>
2778+
2779+
<section>
2780+
<h3>Feature content</h3>
2781+
<dl>
2782+
<dt>Elements categorized as <dfn>feature content</dfn>:</dt>
2783+
<dd>
2784+
<a href="#the-featurecaption-element"><code>featurecaption</code></a>,
2785+
<a href="#the-properties-element"><code>properties</code></a>,
2786+
<a href="#the-geometry-element"><code>geometry</code></a>,
2787+
<a href="#the-coordinates-element"><code>coordinates</code></a>,
2788+
<a href="#the-image-element"><code>image</code></a>.
2789+
</dd>
2790+
</dl>
2791+
27942792
<section>
27952793
<h5>The <code>&lt;<dfn id="the-featurecaption-element">featurecaption</dfn>&gt;</code> element</h5>
27962794
<dl class="def">

0 commit comments

Comments
 (0)