@markuplint/html-spec 3.9.0 → 3.10.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.
- package/index.json +36 -204
- package/package.json +5 -5
package/index.json
CHANGED
|
@@ -145,9 +145,6 @@
|
|
|
145
145
|
"https://developer.mozilla.org/en-US/docs/Web/HTML/Element/xmp",
|
|
146
146
|
"https://developer.mozilla.org/en-US/docs/Web/SVG/Element",
|
|
147
147
|
"https://developer.mozilla.org/en-US/docs/Web/SVG/Element/a",
|
|
148
|
-
"https://developer.mozilla.org/en-US/docs/Web/SVG/Element/altGlyph",
|
|
149
|
-
"https://developer.mozilla.org/en-US/docs/Web/SVG/Element/altGlyphDef",
|
|
150
|
-
"https://developer.mozilla.org/en-US/docs/Web/SVG/Element/altGlyphItem",
|
|
151
148
|
"https://developer.mozilla.org/en-US/docs/Web/SVG/Element/animate",
|
|
152
149
|
"https://developer.mozilla.org/en-US/docs/Web/SVG/Element/animateMotion",
|
|
153
150
|
"https://developer.mozilla.org/en-US/docs/Web/SVG/Element/animateTransform",
|
|
@@ -13473,7 +13470,6 @@
|
|
|
13473
13470
|
"type": "property",
|
|
13474
13471
|
"value": "true/false",
|
|
13475
13472
|
"enum": [],
|
|
13476
|
-
"defaultValue": "false",
|
|
13477
13473
|
"isGlobal": true,
|
|
13478
13474
|
"valueDescriptions": {
|
|
13479
13475
|
"false": "Assistive technologies will present only the changed node or nodes.",
|
|
@@ -35457,7 +35453,7 @@
|
|
|
35457
35453
|
{
|
|
35458
35454
|
"name": "applet",
|
|
35459
35455
|
"cite": "https://html.spec.whatwg.org/multipage/obsolete.html#non-conforming-features",
|
|
35460
|
-
"description": "
|
|
35456
|
+
"description": "",
|
|
35461
35457
|
"categories": [],
|
|
35462
35458
|
"contentModel": {
|
|
35463
35459
|
"contents": true
|
|
@@ -35469,68 +35465,7 @@
|
|
|
35469
35465
|
"omission": false,
|
|
35470
35466
|
"obsolete": true,
|
|
35471
35467
|
"globalAttrs": {},
|
|
35472
|
-
"attributes": {
|
|
35473
|
-
"align": {
|
|
35474
|
-
"description": "This attribute is used to position the applet on the page relative to content that might flow around it. The HTML 4.01 specification defines values of bottom, left, middle, right, and top, whereas Microsoft and Netscape also might support absbottom, absmiddle, baseline, center, and texttop.",
|
|
35475
|
-
"deprecated": true
|
|
35476
|
-
},
|
|
35477
|
-
"alt": {
|
|
35478
|
-
"description": "This attribute causes a descriptive text alternate to be displayed on browsers that do not support Java. Page designers should also remember that content enclosed within the <applet> element may also be rendered as alternative text.",
|
|
35479
|
-
"deprecated": true
|
|
35480
|
-
},
|
|
35481
|
-
"archive": {
|
|
35482
|
-
"description": "This attribute refers to an archived or compressed version of the applet and its associated class files, which might help reduce download time.",
|
|
35483
|
-
"deprecated": true
|
|
35484
|
-
},
|
|
35485
|
-
"code": {
|
|
35486
|
-
"description": "This attribute specifies the URL of the applet's class file to be loaded and executed. Applet filenames are identified by a .class filename extension. The URL specified by code might be relative to the codebase attribute.",
|
|
35487
|
-
"deprecated": true
|
|
35488
|
-
},
|
|
35489
|
-
"codebase": {
|
|
35490
|
-
"description": "This attribute gives the absolute or relative URL of the directory where applets' .class files referenced by the code attribute are stored.",
|
|
35491
|
-
"deprecated": true
|
|
35492
|
-
},
|
|
35493
|
-
"datafld": {
|
|
35494
|
-
"description": "This attribute, supported by Internet Explorer 4 and higher, specifies the column name from the data source object that supplies the bound data. This attribute might be used to specify the various <param> elements passed to the Java applet.",
|
|
35495
|
-
"deprecated": true
|
|
35496
|
-
},
|
|
35497
|
-
"datasrc": {
|
|
35498
|
-
"description": "Like datafld, this attribute is used for data binding under Internet Explorer 4. It indicates the id of the data source object that supplies the data that is bound to the <param> elements associated with the applet.",
|
|
35499
|
-
"deprecated": true
|
|
35500
|
-
},
|
|
35501
|
-
"height": {
|
|
35502
|
-
"description": "This attribute specifies the height, in pixels, that the applet needs.",
|
|
35503
|
-
"deprecated": true
|
|
35504
|
-
},
|
|
35505
|
-
"hspace": {
|
|
35506
|
-
"description": "This attribute specifies additional horizontal space, in pixels, to be reserved on either side of the applet.",
|
|
35507
|
-
"deprecated": true
|
|
35508
|
-
},
|
|
35509
|
-
"mayscript": {
|
|
35510
|
-
"description": "In the Netscape implementation, this attribute allows access to an applet by programs in a scripting language embedded in the document.",
|
|
35511
|
-
"deprecated": true
|
|
35512
|
-
},
|
|
35513
|
-
"name": {
|
|
35514
|
-
"description": "This attribute assigns a name to the applet so that it can be identified by other resources; particularly scripts.",
|
|
35515
|
-
"deprecated": true
|
|
35516
|
-
},
|
|
35517
|
-
"object": {
|
|
35518
|
-
"description": "This attribute specifies the URL of a serialized representation of an applet.",
|
|
35519
|
-
"deprecated": true
|
|
35520
|
-
},
|
|
35521
|
-
"src": {
|
|
35522
|
-
"description": "As defined for Internet Explorer 4 and higher, this attribute specifies a URL for an associated file for the applet. The meaning and use is unclear and not part of the HTML standard.",
|
|
35523
|
-
"deprecated": true
|
|
35524
|
-
},
|
|
35525
|
-
"vspace": {
|
|
35526
|
-
"description": "This attribute specifies additional vertical space, in pixels, to be reserved above and below the applet.",
|
|
35527
|
-
"deprecated": true
|
|
35528
|
-
},
|
|
35529
|
-
"width": {
|
|
35530
|
-
"description": "This attribute specifies in pixels the width that the applet needs.",
|
|
35531
|
-
"deprecated": true
|
|
35532
|
-
}
|
|
35533
|
-
}
|
|
35468
|
+
"attributes": {}
|
|
35534
35469
|
},
|
|
35535
35470
|
{
|
|
35536
35471
|
"name": "area",
|
|
@@ -35824,7 +35759,7 @@
|
|
|
35824
35759
|
{
|
|
35825
35760
|
"name": "basefont",
|
|
35826
35761
|
"cite": "https://html.spec.whatwg.org/multipage/obsolete.html#non-conforming-features",
|
|
35827
|
-
"description": "CSS
|
|
35762
|
+
"description": "The CSS fonts module defines font-related properties and how font resources are loaded. It lets you define the style of a font, such as its family, size and weight, line height, and the glyph variants to use when multiple are available for a single character.",
|
|
35828
35763
|
"categories": [],
|
|
35829
35764
|
"contentModel": {
|
|
35830
35765
|
"contents": true
|
|
@@ -35901,7 +35836,7 @@
|
|
|
35901
35836
|
{
|
|
35902
35837
|
"name": "bgsound",
|
|
35903
35838
|
"cite": "https://html.spec.whatwg.org/multipage/obsolete.html#non-conforming-features",
|
|
35904
|
-
"description": "The <
|
|
35839
|
+
"description": "The <audio> HTML element is used to embed sound content in documents. It may contain one or more audio sources, represented using the src attribute or the <source> element: the browser will choose the most suitable one. It can also be the destination for streamed media, using a MediaStream.",
|
|
35905
35840
|
"categories": [],
|
|
35906
35841
|
"contentModel": {
|
|
35907
35842
|
"contents": true
|
|
@@ -35914,17 +35849,35 @@
|
|
|
35914
35849
|
"obsolete": true,
|
|
35915
35850
|
"globalAttrs": {},
|
|
35916
35851
|
"attributes": {
|
|
35917
|
-
"
|
|
35918
|
-
"description": "
|
|
35852
|
+
"autoplay": {
|
|
35853
|
+
"description": "A Boolean attribute: if specified, the audio will automatically begin playback as soon as it can do so, without waiting for the entire audio file to finish downloading. Note: Sites that automatically play audio (or videos with an audio track) can be an unpleasant experience for users, so should be avoided when possible. If you must offer autoplay functionality, you should make it opt-in (requiring a user to specifically enable it). However, this can be useful when creating media elements whose source will be set at a later time, under user control. See our autoplay guide for additional information about how to properly use autoplay."
|
|
35854
|
+
},
|
|
35855
|
+
"controls": {
|
|
35856
|
+
"description": "If this attribute is present, the browser will offer controls to allow the user to control audio playback, including volume, seeking, and pause/resume playback."
|
|
35857
|
+
},
|
|
35858
|
+
"controlslist": {
|
|
35859
|
+
"description": "The controlslist attribute, when specified, helps the browser select what controls to show for the audio element whenever the browser shows its own set of controls (that is, when the controls attribute is specified). The allowed values are nodownload, nofullscreen and noremoteplayback.",
|
|
35860
|
+
"experimental": true,
|
|
35861
|
+
"nonStandard": true
|
|
35862
|
+
},
|
|
35863
|
+
"crossorigin": {
|
|
35864
|
+
"description": "This enumerated attribute indicates whether to use CORS to fetch the related audio file. CORS-enabled resources can be reused in the <canvas> element without being tainted. The allowed values are: anonymous Sends a cross-origin request without a credential. In other words, it sends the Origin: HTTP header without a cookie, X.509 certificate, or performing HTTP Basic authentication. If the server does not give credentials to the origin site (by not setting the Access-Control-Allow-Origin: HTTP header), the resource will be tainted, and its usage restricted. use-credentials Sends a cross-origin request with a credential. In other words, it sends the Origin: HTTP header with a cookie, a certificate, or performing HTTP Basic authentication. If the server does not give credentials to the origin site (through Access-Control-Allow-Credentials: HTTP header), the resource will be tainted and its usage restricted. When not present, the resource is fetched without a CORS request (i.e. without sending the Origin: HTTP header), preventing its non-tainted use in <canvas> elements. If invalid, it is handled as if the enumerated keyword anonymous was used. See CORS settings attributes for additional information."
|
|
35865
|
+
},
|
|
35866
|
+
"disableremoteplayback": {
|
|
35867
|
+
"description": "A Boolean attribute used to disable the capability of remote playback in devices that are attached using wired (HDMI, DVI, etc.) and wireless technologies (Miracast, Chromecast, DLNA, AirPlay, etc.). See this proposed specification for more information. Note: In Safari, you can use x-webkit-airplay=\"deny\" as a fallback.",
|
|
35868
|
+
"experimental": true
|
|
35919
35869
|
},
|
|
35920
35870
|
"loop": {
|
|
35921
|
-
"description": "
|
|
35871
|
+
"description": "A Boolean attribute: if specified, the audio player will automatically seek back to the start upon reaching the end of the audio."
|
|
35922
35872
|
},
|
|
35923
|
-
"
|
|
35924
|
-
"description": "
|
|
35873
|
+
"muted": {
|
|
35874
|
+
"description": "A Boolean attribute that indicates whether the audio will be initially silenced. Its default value is false."
|
|
35875
|
+
},
|
|
35876
|
+
"preload": {
|
|
35877
|
+
"description": "This enumerated attribute is intended to provide a hint to the browser about what the author thinks will lead to the best user experience. It may have one of the following values: none: Indicates that the audio should not be preloaded. metadata: Indicates that only audio metadata (e.g. length) is fetched. auto: Indicates that the whole audio file can be downloaded, even if the user is not expected to use it. empty string: A synonym of the auto value. The default value is different for each browser. The spec advises it to be set to metadata. Note: The autoplay attribute has precedence over preload. If autoplay is specified, the browser would obviously need to start downloading the audio for playback. The browser is not forced by the specification to follow the value of this attribute; it is a mere hint."
|
|
35925
35878
|
},
|
|
35926
|
-
"
|
|
35927
|
-
"description": "This
|
|
35879
|
+
"src": {
|
|
35880
|
+
"description": "The URL of the audio to embed. This is subject to HTTP access controls. This is optional; you may instead use the <source> element within the audio block to specify the audio to embed."
|
|
35928
35881
|
}
|
|
35929
35882
|
}
|
|
35930
35883
|
},
|
|
@@ -35948,7 +35901,7 @@
|
|
|
35948
35901
|
{
|
|
35949
35902
|
"name": "blink",
|
|
35950
35903
|
"cite": "https://html.spec.whatwg.org/multipage/obsolete.html#non-conforming-features",
|
|
35951
|
-
"description": "
|
|
35904
|
+
"description": "",
|
|
35952
35905
|
"categories": [],
|
|
35953
35906
|
"contentModel": {
|
|
35954
35907
|
"contents": true
|
|
@@ -38944,7 +38897,7 @@
|
|
|
38944
38897
|
{
|
|
38945
38898
|
"name": "keygen",
|
|
38946
38899
|
"cite": "https://html.spec.whatwg.org/multipage/obsolete.html#non-conforming-features",
|
|
38947
|
-
"description": "
|
|
38900
|
+
"description": "",
|
|
38948
38901
|
"categories": [],
|
|
38949
38902
|
"contentModel": {
|
|
38950
38903
|
"contents": true
|
|
@@ -38956,26 +38909,7 @@
|
|
|
38956
38909
|
"omission": false,
|
|
38957
38910
|
"obsolete": true,
|
|
38958
38911
|
"globalAttrs": {},
|
|
38959
|
-
"attributes": {
|
|
38960
|
-
"autofocus": {
|
|
38961
|
-
"description": "This Boolean attribute lets you specify that the control should have input focus when the page loads, unless the user overrides it, for example by typing in a different control. Only one form element in a document can have the autofocus attribute, which is a Boolean."
|
|
38962
|
-
},
|
|
38963
|
-
"challenge": {
|
|
38964
|
-
"description": "A challenge string that is submitted along with the public key. Defaults to an empty string if not specified."
|
|
38965
|
-
},
|
|
38966
|
-
"disabled": {
|
|
38967
|
-
"description": "This Boolean attribute indicates that the form control is not available for interaction."
|
|
38968
|
-
},
|
|
38969
|
-
"form": {
|
|
38970
|
-
"description": "The form element that this element is associated with (its form owner). The value of the attribute must be an id of a <form> element in the same document. If this attribute is not specified, this element must be a descendant of a <form> element. This attribute enables you to place <keygen> elements anywhere within a document, not just as descendants of their form elements."
|
|
38971
|
-
},
|
|
38972
|
-
"keytype": {
|
|
38973
|
-
"description": "The type of key generated. The default value is RSA."
|
|
38974
|
-
},
|
|
38975
|
-
"name": {
|
|
38976
|
-
"description": "The name of the control, which is submitted with the form data."
|
|
38977
|
-
}
|
|
38978
|
-
}
|
|
38912
|
+
"attributes": {}
|
|
38979
38913
|
},
|
|
38980
38914
|
{
|
|
38981
38915
|
"name": "label",
|
|
@@ -40931,7 +40865,7 @@
|
|
|
40931
40865
|
{
|
|
40932
40866
|
"name": "spacer",
|
|
40933
40867
|
"cite": "https://html.spec.whatwg.org/multipage/obsolete.html#non-conforming-features",
|
|
40934
|
-
"description": "
|
|
40868
|
+
"description": "",
|
|
40935
40869
|
"categories": [],
|
|
40936
40870
|
"contentModel": {
|
|
40937
40871
|
"contents": true
|
|
@@ -40943,28 +40877,12 @@
|
|
|
40943
40877
|
"omission": false,
|
|
40944
40878
|
"obsolete": true,
|
|
40945
40879
|
"globalAttrs": {},
|
|
40946
|
-
"attributes": {
|
|
40947
|
-
"align": {
|
|
40948
|
-
"description": "This attribute determines alignment of spacer. Possible values are left, right and center."
|
|
40949
|
-
},
|
|
40950
|
-
"height": {
|
|
40951
|
-
"description": "This attribute can be used for defining height of spacer in pixels when type is block."
|
|
40952
|
-
},
|
|
40953
|
-
"size": {
|
|
40954
|
-
"description": "This attribute can be used for defining size of spacer in pixels when type is horizontal or vertical."
|
|
40955
|
-
},
|
|
40956
|
-
"type": {
|
|
40957
|
-
"description": "This attribute determines type of spacer. Possible values are horizontal, vertical and block."
|
|
40958
|
-
},
|
|
40959
|
-
"width": {
|
|
40960
|
-
"description": "This attribute can be used for defining width of spacer in pixels when type is block."
|
|
40961
|
-
}
|
|
40962
|
-
}
|
|
40880
|
+
"attributes": {}
|
|
40963
40881
|
},
|
|
40964
40882
|
{
|
|
40965
40883
|
"name": "span",
|
|
40966
40884
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/span",
|
|
40967
|
-
"description": "The <span> HTML element is a generic inline container for phrasing content, which does not inherently represent anything. It can be used to group elements for styling purposes (using the class or id attributes), or because they share attribute values, such as lang. It should be used only when no other semantic element is appropriate. <span> is very much like a <div> element, but <div> is a block-level element whereas a <span> is an inline element.",
|
|
40885
|
+
"description": "The <span> HTML element is a generic inline container for phrasing content, which does not inherently represent anything. It can be used to group elements for styling purposes (using the class or id attributes), or because they share attribute values, such as lang. It should be used only when no other semantic element is appropriate. <span> is very much like a <div> element, but <div> is a block-level element whereas a <span> is an inline-level element.",
|
|
40968
40886
|
"categories": ["#flow", "#phrasing"],
|
|
40969
40887
|
"contentModel": {
|
|
40970
40888
|
"contents": [
|
|
@@ -42309,92 +42227,6 @@
|
|
|
42309
42227
|
}
|
|
42310
42228
|
}
|
|
42311
42229
|
},
|
|
42312
|
-
{
|
|
42313
|
-
"name": "svg:altGlyph",
|
|
42314
|
-
"namespace": "http://www.w3.org/2000/svg",
|
|
42315
|
-
"cite": "https://html.spec.whatwg.org/multipage/obsolete.html#non-conforming-features",
|
|
42316
|
-
"description": "The <altGlyph> SVG element allows sophisticated selection of the glyphs used to render its child character data.",
|
|
42317
|
-
"categories": [],
|
|
42318
|
-
"contentModel": {
|
|
42319
|
-
"contents": true
|
|
42320
|
-
},
|
|
42321
|
-
"aria": {
|
|
42322
|
-
"permittedRoles": true,
|
|
42323
|
-
"implicitRole": false
|
|
42324
|
-
},
|
|
42325
|
-
"omission": false,
|
|
42326
|
-
"obsolete": true,
|
|
42327
|
-
"globalAttrs": {},
|
|
42328
|
-
"attributes": {
|
|
42329
|
-
"dx": {
|
|
42330
|
-
"description": "This attribute indicates a shift along the x-axis on the position of the element. Value type: <list-of-coordinates> ; Default value: Relative x-coordinate of ancestor <text> or <tspan>; Animatable: yes",
|
|
42331
|
-
"deprecated": true
|
|
42332
|
-
},
|
|
42333
|
-
"dy": {
|
|
42334
|
-
"description": "This attribute indicates a shift along the x-axis on the position of the element. Value type: <list-of-coordinates> ; Default value: Relative y-coordinate of ancestor <text> or <tspan>; Animatable: yes",
|
|
42335
|
-
"deprecated": true
|
|
42336
|
-
},
|
|
42337
|
-
"format": {
|
|
42338
|
-
"description": "The format of the given font. Value type: <string> ; Default value: none; Animatable: no",
|
|
42339
|
-
"deprecated": true
|
|
42340
|
-
},
|
|
42341
|
-
"glyphRef": {
|
|
42342
|
-
"description": "The glyph identifier, the format of which is dependent on the format defined by the format attribute of the given font. Value type: <string> ; Default value: none; Animatable: no",
|
|
42343
|
-
"deprecated": true
|
|
42344
|
-
},
|
|
42345
|
-
"rotate": {
|
|
42346
|
-
"description": "This attribute defines the supplemental rotation that will be applied to the element. Value type: <list-of-numbers> ; Default value: none; Animatable: yes (non-additive)",
|
|
42347
|
-
"deprecated": true
|
|
42348
|
-
},
|
|
42349
|
-
"x": {
|
|
42350
|
-
"description": "This attribute defines the corresponding absolute x-coordinates for rendering the element. Value type: <list-of-coordinates> ; Default value: Absolute x-coordinate of ancestor <text> or <tspan>; Animatable: yes",
|
|
42351
|
-
"deprecated": true
|
|
42352
|
-
},
|
|
42353
|
-
"xlink:href": {
|
|
42354
|
-
"description": "An <iri> reference either to a <glyph> element in an SVG document or to an <altGlyphDef> element. If the reference is to a <glyph> element and that glyph is available, then that glyph is rendered instead of the character(s) that are inside of the <altGlyph> element. If the reference is to an <altGlyphDef> element, then if an appropriate set of alternate glyphs is located from processing the <altGlyphDef> element, then those alternate glyphs are rendered instead of the character(s) that are inside of the <altGlyph> element. Value type: <iri> ; Default value: none; Animatable: no"
|
|
42355
|
-
},
|
|
42356
|
-
"y": {
|
|
42357
|
-
"description": "This attribute defines the corresponding absolute y-coordinates for rendering the element. Value type: <list-of-coordinates> ; Default value: Absolute y-coordinate of ancestor <text> or <tspan>; Animatable: yes",
|
|
42358
|
-
"deprecated": true
|
|
42359
|
-
}
|
|
42360
|
-
}
|
|
42361
|
-
},
|
|
42362
|
-
{
|
|
42363
|
-
"name": "svg:altGlyphDef",
|
|
42364
|
-
"namespace": "http://www.w3.org/2000/svg",
|
|
42365
|
-
"cite": "https://html.spec.whatwg.org/multipage/obsolete.html#non-conforming-features",
|
|
42366
|
-
"description": "The <altGlyphDef> SVG element defines a substitution representation for glyphs.",
|
|
42367
|
-
"categories": [],
|
|
42368
|
-
"contentModel": {
|
|
42369
|
-
"contents": true
|
|
42370
|
-
},
|
|
42371
|
-
"aria": {
|
|
42372
|
-
"permittedRoles": true,
|
|
42373
|
-
"implicitRole": false
|
|
42374
|
-
},
|
|
42375
|
-
"omission": false,
|
|
42376
|
-
"obsolete": true,
|
|
42377
|
-
"globalAttrs": {},
|
|
42378
|
-
"attributes": {}
|
|
42379
|
-
},
|
|
42380
|
-
{
|
|
42381
|
-
"name": "svg:altGlyphItem",
|
|
42382
|
-
"namespace": "http://www.w3.org/2000/svg",
|
|
42383
|
-
"cite": "https://html.spec.whatwg.org/multipage/obsolete.html#non-conforming-features",
|
|
42384
|
-
"description": "The <altGlyphItem> element provides a set of candidates for glyph substitution by the <altGlyph> element.",
|
|
42385
|
-
"categories": [],
|
|
42386
|
-
"contentModel": {
|
|
42387
|
-
"contents": true
|
|
42388
|
-
},
|
|
42389
|
-
"aria": {
|
|
42390
|
-
"permittedRoles": true,
|
|
42391
|
-
"implicitRole": false
|
|
42392
|
-
},
|
|
42393
|
-
"omission": false,
|
|
42394
|
-
"obsolete": true,
|
|
42395
|
-
"globalAttrs": {},
|
|
42396
|
-
"attributes": {}
|
|
42397
|
-
},
|
|
42398
42230
|
{
|
|
42399
42231
|
"name": "svg:animate",
|
|
42400
42232
|
"namespace": "http://www.w3.org/2000/svg",
|
|
@@ -43020,7 +42852,7 @@
|
|
|
43020
42852
|
"name": "svg:discard",
|
|
43021
42853
|
"namespace": "http://www.w3.org/2000/svg",
|
|
43022
42854
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/discard",
|
|
43023
|
-
"description": "
|
|
42855
|
+
"description": "",
|
|
43024
42856
|
"categories": [],
|
|
43025
42857
|
"contentModel": {
|
|
43026
42858
|
"contents": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@markuplint/html-spec",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.10.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>",
|
|
@@ -17,11 +17,11 @@
|
|
|
17
17
|
"gen:prettier": "prettier --write index.json"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@markuplint/spec-generator": "3.
|
|
21
|
-
"@markuplint/test-tools": "3.
|
|
20
|
+
"@markuplint/spec-generator": "3.10.0",
|
|
21
|
+
"@markuplint/test-tools": "3.5.0"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@markuplint/ml-spec": "3.
|
|
24
|
+
"@markuplint/ml-spec": "3.10.0"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "9547b8dca20736a93e4d01af2d61bee314ba5718"
|
|
27
27
|
}
|