@@ -359,6 +359,7 @@ <h3>Changes</h3>
359
359
< li > < time > 2021-03-01</ time > : Add < a href ="#the-featurecaption-element "> < code > featurecaption</ code > </ a > element.</ li >
360
360
< li > < time > 2021-03-15</ time > : Add required text for < a href ="#dfn-text-mapml "> < code > text/mapml</ code > </ a > MIME media type registration with IANA.</ li >
361
361
< li > < time > 2021-06-15</ time > : Remove the < code > line</ code > and < code > marker</ code > values of the < code > shape</ code > attribute.</ li >
362
+ < li > < time > 2021-08-13</ time > : Update Categories, Content model and Content attributes of various elements.</ li >
362
363
< li > < time > 2021-09-08</ time > : Remove < code > HTMLExtentControlsCollection</ code > attribute, per < a href ="https://github.com/Maps4HTML/MapML/issues/212 "> #212</ a > </ li >
363
364
< li > < time > 2021-09-08</ time > : Remove undefined and unresolved < code > LinkStyle</ code > interface reference, per < a href ="https://github.com/Maps4HTML/MapML/issues/212 "> #212</ a > </ li >
364
365
< li > < time > 2021-09-08</ time > : Remove < code > legendLinks</ code > attribute and interface definition and reference, per < a href ="https://github.com/Maps4HTML/MapML/issues/212 "> #212</ a > </ li >
@@ -537,7 +538,7 @@ <h4>The <code><<dfn id="the-map-element">map</dfn>></code> element</h4>
537
538
< dd > < a href ="https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2 "> Phrasing content</ a > .</ dd >
538
539
< dd > < a href ="https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2 "> Palpable content</ a > .</ dd >
539
540
< dd > < a href ="https://html.spec.whatwg.org/multipage/dom.html#embedded-content-2 "> Embedded content</ a > .</ dd >
540
- < dd > < a href ="https://html.spec.whatwg.org/multipage/dom.html#interactive-content-2 "> Interactive content</ a > .</ dd >
541
+ < dd > If the element has a < code > controls </ code > attribute: < a href ="https://html.spec.whatwg.org/multipage/dom.html#interactive-content-2 "> Interactive content</ a > .</ dd >
541
542
< dt > < a href ="https://html.spec.whatwg.org/multipage/dom.html#concept-element-contexts "> Contexts in which this element can be used</ a > :</ dt >
542
543
< dd > Where < a href ="https://html.spec.whatwg.org/multipage/dom.html#embedded-content-2 "> embedded content</ a > is expected.</ dd >
543
544
< dt id ="map-content "> < a href ="https://html.spec.whatwg.org/multipage/dom.html#concept-element-content-model "> Content model</ a > :</ dt >
@@ -1458,13 +1459,13 @@ <h4 id="the-document-object">The <code>Document</code> object</h4>
1458
1459
< h5 > The < code > << dfn id ="the-mapml-element "> mapml</ dfn > ></ code > element</ h5 >
1459
1460
< dl class ="def ">
1460
1461
< dt > < a href ="https://html.spec.whatwg.org/multipage/dom.html#concept-element-categories "> Categories</ a > :</ dt >
1461
- < dd > N/A .</ dd >
1462
+ < dd > None .</ dd >
1462
1463
< dt > < a href ="https://html.spec.whatwg.org/multipage/dom.html#concept-element-contexts "> Contexts in which this element can be used</ a > :</ dt >
1463
1464
< dd > The root of a MapML document.</ dd >
1464
1465
< dt > < a href ="https://html.spec.whatwg.org/multipage/dom.html#concept-element-content-model "> Content model</ a > :</ dt >
1465
1466
< dd > One < a href ="#the-head-element "> < code > head</ code > </ a > element, followed by one < a href ="#the-body-element "> < code > body</ code > </ a > element.</ dd >
1466
1467
< dt > < a href ="https://html.spec.whatwg.org/multipage/dom.html#concept-element-attributes "> Content attributes</ a > :</ dt >
1467
- < dd > < code > lang </ code > — the language of the document, expressed as a BCP 47 language tag. [[BCP47]] </ dd >
1468
+ < dd > < a href =" https://html.spec.whatwg.org/multipage/dom.html#global-attributes " > Global attributes </ a > . </ dd >
1468
1469
< dt > < a href ="https://html.spec.whatwg.org/multipage/dom.html#concept-element-accessibility-considerations "> Accessibility considerations</ a > :</ dt >
1469
1470
< dd >
1470
1471
< details class ="a11y-details ">
@@ -1514,12 +1515,13 @@ <h5>The <code><<dfn id="the-mapml-element">mapml</dfn>></code> element</h5
1514
1515
< h5 > The < code > << dfn id ="the-head-element "> head</ dfn > ></ code > element</ h5 >
1515
1516
< dl class ="def ">
1516
1517
< dt > < a href ="https://html.spec.whatwg.org/multipage/dom.html#concept-element-categories "> Categories</ a > :</ dt >
1517
- < dd > < a href =" https://html.spec.whatwg.org/multipage/dom.html#metadata-content-2 " > Metadata content </ a > .</ dd >
1518
+ < dd > None .</ dd >
1518
1519
< dt > < a href ="https://html.spec.whatwg.org/multipage/dom.html#concept-element-contexts "> Contexts in which this element can be used</ a > :</ dt >
1519
1520
< dd > As the first child element of the < a href ="#the-mapml-element "> < code > mapml</ code > </ a > element.</ dd >
1520
1521
< dt > < a href ="https://html.spec.whatwg.org/multipage/dom.html#concept-element-content-model "> Content model</ a > :</ dt >
1521
1522
< dd > One or more elements of metadata content, of which exactly one is a < code > title</ code > element and no more than one is a < code > base</ code > element.</ dd >
1522
1523
< dt > < a href ="https://html.spec.whatwg.org/multipage/dom.html#concept-element-attributes "> Content attributes</ a > :</ dt >
1524
+ < dd > < a href ="https://html.spec.whatwg.org/multipage/dom.html#global-attributes "> Global attributes</ a > .</ dd >
1523
1525
< dt > < a href ="https://html.spec.whatwg.org/multipage/dom.html#concept-element-accessibility-considerations "> Accessibility considerations</ a > :</ dt >
1524
1526
< dd >
1525
1527
< details class ="a11y-details ">
@@ -1575,8 +1577,9 @@ <h5>The <code><<dfn id="the-title-element">title</dfn>></code> element</h5
1575
1577
< dt > < a href ="https://html.spec.whatwg.org/multipage/dom.html#concept-element-contexts "> Contexts in which this element can be used</ a > :</ dt >
1576
1578
< dd > As a child of the < a href ="#the-head-element "> < code > head</ code > </ a > element.</ dd >
1577
1579
< dt > < a href ="https://html.spec.whatwg.org/multipage/dom.html#concept-element-content-model "> Content model</ a > :</ dt >
1578
- < dd > < a href ="https://html.spec.whatwg.org/multipage/dom.html#text-content "> Text</ a > .</ dd >
1580
+ < dd > < a href ="https://html.spec.whatwg.org/multipage/dom.html#text-content "> Text</ a > that is not < a href =" https://html.spec.whatwg.org/multipage/dom.html#inter-element-whitespace " > inter-element whitespace </ a > .</ dd >
1579
1581
< dt > < a href ="https://html.spec.whatwg.org/multipage/dom.html#concept-element-attributes "> Content attributes</ a > :</ dt >
1582
+ < dd > < a href ="https://html.spec.whatwg.org/multipage/dom.html#global-attributes "> Global attributes</ a > .</ dd >
1580
1583
< dt > < a href ="https://html.spec.whatwg.org/multipage/dom.html#concept-element-accessibility-considerations "> Accessibility considerations</ a > :</ dt >
1581
1584
< dd >
1582
1585
< details class ="a11y-details ">
@@ -1930,13 +1933,13 @@ <h2><code>@rel</code> values</h2>
1930
1933
< h5 > The < code > << dfn id ="the-body-element "> body</ dfn > ></ code > element</ h5 >
1931
1934
< dl class ="def ">
1932
1935
< dt > < a href ="https://html.spec.whatwg.org/multipage/dom.html#concept-element-categories "> Categories</ a > :</ dt >
1933
- < dd > N/A .</ dd >
1936
+ < dd > < a href =" https://html.spec.whatwg.org/multipage/sections.html#sectioning-root " > Sectioning root </ a > .</ dd >
1934
1937
< dt > < a href ="https://html.spec.whatwg.org/multipage/dom.html#concept-element-contexts "> Contexts in which this element can be used</ a > :</ dt >
1935
1938
< dd > As the second child of the < a href ="#the-mapml-element "> < code > mapml</ code > </ a > element.</ dd >
1936
1939
< dt > < a href ="https://html.spec.whatwg.org/multipage/dom.html#concept-element-content-model "> Content model</ a > :</ dt >
1937
1940
< dd > Features and metadata.</ dd >
1938
1941
< dt > < a href ="https://html.spec.whatwg.org/multipage/dom.html#concept-element-attributes "> Content attributes</ a > :</ dt >
1939
- < dd > N/A .</ dd >
1942
+ < dd > < a href =" https://html.spec.whatwg.org/multipage/dom.html#global-attributes " > Global attributes </ a > .</ dd >
1940
1943
< dt > < a href ="https://html.spec.whatwg.org/multipage/dom.html#concept-element-accessibility-considerations "> Accessibility considerations</ a > :</ dt >
1941
1944
< dd >
1942
1945
< details class ="a11y-details ">
@@ -2769,14 +2772,16 @@ <h5>The <code><<dfn id="the-feature-element">feature</dfn>></code> element
2769
2772
< dl class ="def ">
2770
2773
< dt > < a href ="https://html.spec.whatwg.org/multipage/dom.html#concept-element-categories "> Categories</ a > :</ dt >
2771
2774
< dd > Feature data.</ dd >
2775
+ < dd > < a href ="https://html.spec.whatwg.org/multipage/dom.html#interactive-content-2 "> Interactive content</ a > .</ dd >
2772
2776
< dt > < a href ="https://html.spec.whatwg.org/multipage/dom.html#concept-element-contexts "> Contexts in which this element can be used</ a > :</ dt >
2773
2777
< dd > Child of the < a href ="#the-body-element "> < code > body</ code > </ a > element.</ dd >
2774
2778
< dt > < a href ="https://html.spec.whatwg.org/multipage/dom.html#concept-element-content-model "> Content model</ a > :</ dt >
2775
2779
< dd > Optional < a href ="#the-featurecaption-element "> < code > featurecaption</ code > </ a > element,
2776
2780
optional < a href ="#the-geometry-element "> < code > geometry</ code > </ a > element,
2777
- optional < a href ="#the-properties-element "> < code > properties</ code > </ a > element.</ dd >
2781
+ optional < a href ="#the-properties-element "> < code > properties</ code > </ a > element,
2782
+ optional < a href ="#the-image-element "> < code > image</ code > </ a > element.</ dd >
2778
2783
< dt > < a href ="https://html.spec.whatwg.org/multipage/dom.html#concept-element-attributes "> Content attributes</ a > :</ dt >
2779
- < dd > < a href ="https://html.spec.whatwg.org/multipage/dom.html#global-attributes "> Global attributes</ a > </ dd >
2784
+ < dd > < a href ="https://html.spec.whatwg.org/multipage/dom.html#global-attributes "> Global attributes</ a > . </ dd >
2780
2785
< dd > < code > zoom</ code > — the 'native' zoom level of the feature geometry.</ dd >
2781
2786
< dt > < a href ="https://html.spec.whatwg.org/multipage/dom.html#concept-element-accessibility-considerations "> Accessibility considerations</ a > :</ dt >
2782
2787
< dd >
@@ -2835,11 +2840,11 @@ <h5>The <code><<dfn id="the-featurecaption-element">featurecaption</dfn>><
2835
2840
< dt > < a href ="https://html.spec.whatwg.org/multipage/dom.html#concept-element-categories "> Categories</ a > :</ dt >
2836
2841
< dd > Feature data.</ dd >
2837
2842
< dt > < a href ="https://html.spec.whatwg.org/multipage/dom.html#concept-element-contexts "> Contexts in which this element can be used</ a > :</ dt >
2838
- < dd > Child of the < a href ="#the-feature-element "> < code > feature</ code > </ a > element.</ dd >
2843
+ < dd > As a child of a < a href ="#the-feature-element "> < code > feature</ code > </ a > element containing no other < a href =" #the-featurecaption-element " > < code > featurecaption </ code > </ a > elements .</ dd >
2839
2844
< dt > < a href ="https://html.spec.whatwg.org/multipage/dom.html#concept-element-content-model "> Content model</ a > :</ dt >
2840
- < dd > < a href ="https://html.spec.whatwg.org/multipage/dom.html#flow -content "> Flow content </ a > .</ dd >
2845
+ < dd > < a href ="https://html.spec.whatwg.org/multipage/dom.html#text -content "> Text </ a > that is not < a href =" https://html.spec.whatwg.org/multipage/dom.html#inter-element-whitespace " > inter-element whitespace </ a > .</ dd >
2841
2846
< dt > < a href ="https://html.spec.whatwg.org/multipage/dom.html#concept-element-attributes "> Content attributes</ a > :</ dt >
2842
- < dd > N/A .</ dd >
2847
+ < dd > < a href =" https://html.spec.whatwg.org/multipage/dom.html#global-attributes " > Global attributes </ a > .</ dd >
2843
2848
< dt > < a href ="https://html.spec.whatwg.org/multipage/dom.html#concept-element-accessibility-considerations "> Accessibility considerations</ a > :</ dt >
2844
2849
< dd >
2845
2850
< details class ="a11y-details ">
0 commit comments