@markuplint/html-spec 2.0.0-dev.20211213.2 → 2.0.0-dev.20211227.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.json +65 -123
  2. package/package.json +3 -3
package/index.json CHANGED
@@ -5904,12 +5904,74 @@
5904
5904
  {
5905
5905
  "name": "none",
5906
5906
  "description": "An element whose implicit native role semantics will not be mapped to the accessibility API. See synonym presentation.\n\nIn ARIA 1.1, the working group introduced none as a synonym to the presentation role, due to author confusion surrounding the intended meaning of the word \"presentation\" or \"presentational.\" Many individuals erroneously consider role=\"presentation\" to be synonymous with aria-hidden=\"true\", and we believe role=\"none\" conveys the actual meaning more unambiguously.",
5907
- "generalization": [],
5907
+ "generalization": ["structure"],
5908
5908
  "requiredContextRole": [],
5909
5909
  "accessibleNameRequired": false,
5910
5910
  "accessibleNameFromContent": false,
5911
5911
  "accessibleNameProhibited": false,
5912
- "ownedAttribute": []
5912
+ "ownedAttribute": [
5913
+ {
5914
+ "name": "aria-atomic"
5915
+ },
5916
+ {
5917
+ "name": "aria-busy"
5918
+ },
5919
+ {
5920
+ "name": "aria-controls"
5921
+ },
5922
+ {
5923
+ "name": "aria-current"
5924
+ },
5925
+ {
5926
+ "name": "aria-describedby"
5927
+ },
5928
+ {
5929
+ "name": "aria-details"
5930
+ },
5931
+ {
5932
+ "name": "aria-disabled",
5933
+ "deprecated": true
5934
+ },
5935
+ {
5936
+ "name": "aria-dropeffect"
5937
+ },
5938
+ {
5939
+ "name": "aria-errormessage",
5940
+ "deprecated": true
5941
+ },
5942
+ {
5943
+ "name": "aria-flowto"
5944
+ },
5945
+ {
5946
+ "name": "aria-grabbed"
5947
+ },
5948
+ {
5949
+ "name": "aria-haspopup",
5950
+ "deprecated": true
5951
+ },
5952
+ {
5953
+ "name": "aria-hidden"
5954
+ },
5955
+ {
5956
+ "name": "aria-invalid",
5957
+ "deprecated": true
5958
+ },
5959
+ {
5960
+ "name": "aria-keyshortcuts"
5961
+ },
5962
+ {
5963
+ "name": "aria-live"
5964
+ },
5965
+ {
5966
+ "name": "aria-owns"
5967
+ },
5968
+ {
5969
+ "name": "aria-relevant"
5970
+ },
5971
+ {
5972
+ "name": "aria-roledescription"
5973
+ }
5974
+ ]
5913
5975
  },
5914
5976
  {
5915
5977
  "name": "note",
@@ -14434,7 +14496,7 @@
14434
14496
  "requiredEither": ["itemprop"]
14435
14497
  },
14436
14498
  "rev": {
14437
- "description": "The value of this attribute shows the relationship of the current document to the linked document, as defined by the href attribute. The attribute thus defines the reverse relationship compared to the value of the rel attribute. Link type values for the attribute are similar to the possible values for rel. Note: This attribute is considered obsolete by the WHATWG HTML living standard (which is the specification MDN treats as canonical). However, it's worth noting that rev is not considered obsolete in the W3C specification. That said, given the uncertainty, relying on rev is unwise. Note: Instead, you should use the rel attribute with the opposite link type value. For example, to establish the reverse link for made, specify author. Also this attribute doesn't stand for \"revision\" and must not be used with a version number, even though many sites misuse it in this way.",
14499
+ "description": "The value of this attribute shows the relationship of the current document to the linked document, as defined by the href attribute. The attribute thus defines the reverse relationship compared to the value of the rel attribute. Link type values for the attribute are similar to the possible values for rel. Note: Instead of rev, you should use the rel attribute with the opposite link type value. For example, to establish the reverse link for made, specify author. Also this attribute doesn't stand for \"revision\" and must not be used with a version number, even though many sites misuse it in this way.",
14438
14500
  "obsolete": true,
14439
14501
  "deprecated": true
14440
14502
  },
@@ -21747,126 +21809,6 @@
21747
21809
  },
21748
21810
  "attributes": {}
21749
21811
  },
21750
- {
21751
- "name": "svg:g",
21752
- "namespace": "http://www.w3.org/2000/svg",
21753
- "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/g",
21754
- "categories": ["#SVGContainer", "#SVGStructural"],
21755
- "permittedRoles": {
21756
- "summary": "WIP",
21757
- "roles": []
21758
- },
21759
- "implicitRole": {
21760
- "summary": "WIP",
21761
- "role": false
21762
- },
21763
- "permittedStructures": {
21764
- "summary": "Any number of the following elements, in any order:Animation elementsDescriptive elementsShape elementsStructural elementsGradient elements<a>, <altGlyphDef>, <clipPath>, <color-profile>, <cursor>, <filter>, <font>, <font-face>, <foreignObject>, <image>, <marker>, <mask>, <pattern>, <script>, <style>, <switch>, <text>, <view>",
21765
- "tag": "g",
21766
- "contents": [
21767
- {
21768
- "zeroOrMore": [
21769
- "#SVGAnimation",
21770
- "#SVGDescriptive",
21771
- "#SVGPaintServer",
21772
- "#SVGShape",
21773
- "#SVGStructural",
21774
- "svg:a",
21775
- "svg:clipPath",
21776
- "svg:filter",
21777
- "svg:foreignObject",
21778
- "svg:image",
21779
- "svg:marker",
21780
- "svg:mask",
21781
- "svg:script",
21782
- "svg:style",
21783
- "svg:switch",
21784
- "svg:text",
21785
- "svg:view"
21786
- ]
21787
- }
21788
- ]
21789
- },
21790
- "omittion": false,
21791
- "globalAttrs": {
21792
- "#HTMLGlobalAttrs": true,
21793
- "#GlobalEventAttrs": true,
21794
- "#DocumentElementEventAttrs": true,
21795
- "#ARIAAttrs": true,
21796
- "#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
21797
- "#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"],
21798
- "#SVGPresentationAttrs": [
21799
- "alignment-baseline",
21800
- "baseline-shift",
21801
- "clip",
21802
- "clip-path",
21803
- "clip-rule",
21804
- "color",
21805
- "color-interpolation",
21806
- "color-interpolation-filters",
21807
- "color-rendering",
21808
- "cursor",
21809
- "direction",
21810
- "display",
21811
- "dominant-baseline",
21812
- "enable-background",
21813
- "fill",
21814
- "fill-opacity",
21815
- "fill-rule",
21816
- "filter",
21817
- "flood-color",
21818
- "flood-opacity",
21819
- "font",
21820
- "font-family",
21821
- "font-size",
21822
- "font-size-adjust",
21823
- "font-stretch",
21824
- "font-style",
21825
- "font-variant",
21826
- "font-weight",
21827
- "glyph-orientation-horizontal",
21828
- "glyph-orientation-vertical",
21829
- "image-rendering",
21830
- "isolation",
21831
- "kerning",
21832
- "letter-spacing",
21833
- "lighting-color",
21834
- "marker",
21835
- "marker-end",
21836
- "marker-mid",
21837
- "marker-start",
21838
- "mask",
21839
- "mask-type",
21840
- "opacity",
21841
- "overflow",
21842
- "paint-order",
21843
- "pointer-events",
21844
- "shape-rendering",
21845
- "stop-color",
21846
- "stop-opacity",
21847
- "stroke",
21848
- "stroke-dasharray",
21849
- "stroke-dashoffset",
21850
- "stroke-linecap",
21851
- "stroke-linejoin",
21852
- "stroke-miterlimit",
21853
- "stroke-opacity",
21854
- "stroke-width",
21855
- "text-anchor",
21856
- "text-decoration",
21857
- "text-overflow",
21858
- "text-rendering",
21859
- "transform-origin",
21860
- "unicode-bidi",
21861
- "vector-effect",
21862
- "visibility",
21863
- "white-space",
21864
- "word-spacing",
21865
- "writing-mode"
21866
- ]
21867
- },
21868
- "attributes": {}
21869
- },
21870
21812
  {
21871
21813
  "name": "svg:glyph",
21872
21814
  "namespace": "http://www.w3.org/2000/svg",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markuplint/html-spec",
3
- "version": "2.0.0-dev.20211213.2",
3
+ "version": "2.0.0-dev.20211227.0",
4
4
  "description": "A specification of HTML Living Standard for markuplint",
5
5
  "repository": "git@github.com:markuplint/markuplint.git",
6
6
  "author": "Yusuke Hirao <yusukehirao@me.com>",
@@ -26,7 +26,7 @@
26
26
  "node-fetch": "2"
27
27
  },
28
28
  "dependencies": {
29
- "@markuplint/ml-spec": "2.0.0-dev.20211213.2"
29
+ "@markuplint/ml-spec": "2.0.0-dev.20211227.0"
30
30
  },
31
- "gitHead": "f94cbc11593ae7b65fab01272f91df9defc4413b"
31
+ "gitHead": "20dec43c2303645a8c49cc409900a67cc9ce2a9d"
32
32
  }