@@ -712,9 +712,9 @@ <h4>The <code><<dfn id="the-layer-element">layer</dfn>></code> element</h4
712
712
< 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 >
713
713
< dd >
714
714
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 > ,
717
715
< 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,
718
718
optional < a href ="#the-tile-element "> < code > tile</ code > </ a > element.
719
719
</ dd >
720
720
< 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><<dfn id="the-body-element">body</dfn>></code> element</h5>
1994
1994
< dd > As the second child of the < a href ="#the-mapml-element "> < code > mapml</ code > </ a > element.</ dd >
1995
1995
< dt > < a href ="https://html.spec.whatwg.org/multipage/dom.html#concept-element-content-model "> Content model</ a > :</ dt >
1996
1996
< dd >
1997
- < a href ="#dfn-extent-content "> Extent content</ a > ,
1998
- < a href ="#dfn-feature-content "> Feature content</ a > ,
1999
1997
< 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,
2000
2000
optional < a href ="#the-tile-element "> < code > tile</ code > </ a > element.
2001
2001
</ dd >
2002
2002
< 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><<dfn id="the-body-element">body</dfn>></code> element</h5>
2045
2045
</ dl >
2046
2046
< p > The < a href ="#the-body-element "> < code > body</ code > </ a > element represents the content of the document.</ p >
2047
2047
</ 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 >
2061
2048
2062
2049
< section >
2063
2050
< h5 > The < code > << dfn id ="the-extent-element "> extent</ dfn > ></ code > element</ h5 >
2064
2051
< dl class ="def ">
2065
2052
< 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 >
2067
2054
< dt > < a href ="https://html.spec.whatwg.org/multipage/dom.html#concept-element-contexts "> Contexts in which this element can be used</ a > :</ dt >
2068
2055
< dd > Required to be a child of the < a href ="#the-body-element "> < code > body</ code > </ a > element.</ dd >
2069
2056
< 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 >
2070
2058
< dd >
2071
2059
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
2072
2060
< 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><<dfn id="the-extent-element">extent</dfn>></code> element</
2126
2114
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.
2127
2115
</ p >
2128
2116
< 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
-
2130
2117
</ 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
+
2131
2132
< section >
2132
2133
< h5 > The < code > << dfn id ="the-input-element "> input</ dfn > ></ code > element</ h5 >
2133
2134
< dl class ="def ">
@@ -2710,33 +2711,16 @@ <h5>The <code><<dfn id="the-option-element">option</dfn>></code> element</
2710
2711
</ dl >
2711
2712
</ section >
2712
2713
</ 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 >
2726
2714
2727
2715
< section >
2728
2716
< h5 > The < code > << dfn id ="the-feature-element "> feature</ dfn > ></ code > element</ h5 >
2729
2717
< dl class ="def ">
2730
2718
< 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 >
2732
2719
< dd > < a href ="https://html.spec.whatwg.org/multipage/dom.html#interactive-content-2 "> Interactive content</ a > .</ dd >
2733
2720
< dt > < a href ="https://html.spec.whatwg.org/multipage/dom.html#concept-element-contexts "> Contexts in which this element can be used</ a > :</ dt >
2734
2721
< dd > Child of the < a href ="#the-body-element "> < code > body</ code > </ a > element.</ dd >
2735
2722
< 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 >
2740
2724
< dt > < a href ="https://html.spec.whatwg.org/multipage/dom.html#concept-element-attributes "> Content attributes</ a > :</ dt >
2741
2725
< dd > < a href ="https://html.spec.whatwg.org/multipage/dom.html#global-attributes "> Global attributes</ a > .</ dd >
2742
2726
< dd > < code > zoom</ code > — the 'native' zoom level of the feature geometry.</ dd >
@@ -2791,6 +2775,20 @@ <h5>The <code><<dfn id="the-feature-element">feature</dfn>></code> element
2791
2775
A < a href ="#the-feature-element "> < code > feature</ code > </ a > element represents a map feature.
2792
2776
</ p >
2793
2777
</ 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
+
2794
2792
< section >
2795
2793
< h5 > The < code > << dfn id ="the-featurecaption-element "> featurecaption</ dfn > ></ code > element</ h5 >
2796
2794
< dl class ="def ">
0 commit comments