@markuplint/html-spec 4.0.0-dev.10 → 4.0.0-dev.12

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 (3) hide show
  1. package/LICENSE +1 -1
  2. package/index.json +4 -359
  3. package/package.json +5 -5
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2017-2023 Yusuke Hirao
3
+ Copyright (c) 2017-2024 Yusuke Hirao
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/index.json CHANGED
@@ -2088,363 +2088,6 @@
2088
2088
  ],
2089
2089
  "prohibitedProperties": []
2090
2090
  },
2091
- {
2092
- "name": "associationlist",
2093
- "description": "A section containing associationlistitemkey and associationlistitemvalue elements.\n\nAssociation lists contain children whose role is associationlistitemkey and associationlistitemvalue to represent a list of key items each having one or more values.\n\nAuthor requirements for elements whose role is associationlist:",
2094
- "generalization": ["section"],
2095
- "requiredContextRole": [],
2096
- "requiredOwnedElements": ["associationlistitemkey", "associationlistitemvalue"],
2097
- "accessibleNameRequired": false,
2098
- "accessibleNameFromAuthor": true,
2099
- "accessibleNameFromContent": false,
2100
- "accessibleNameProhibited": false,
2101
- "ownedProperties": [
2102
- {
2103
- "name": "aria-atomic",
2104
- "inherited": true
2105
- },
2106
- {
2107
- "name": "aria-braillelabel",
2108
- "inherited": true
2109
- },
2110
- {
2111
- "name": "aria-brailleroledescription",
2112
- "inherited": true
2113
- },
2114
- {
2115
- "name": "aria-busy",
2116
- "inherited": true
2117
- },
2118
- {
2119
- "name": "aria-controls",
2120
- "inherited": true
2121
- },
2122
- {
2123
- "name": "aria-current",
2124
- "inherited": true
2125
- },
2126
- {
2127
- "name": "aria-describedby",
2128
- "inherited": true
2129
- },
2130
- {
2131
- "name": "aria-description",
2132
- "inherited": true
2133
- },
2134
- {
2135
- "name": "aria-details",
2136
- "inherited": true
2137
- },
2138
- {
2139
- "name": "aria-disabled",
2140
- "deprecated": true,
2141
- "inherited": true
2142
- },
2143
- {
2144
- "name": "aria-dropeffect",
2145
- "inherited": true
2146
- },
2147
- {
2148
- "name": "aria-errormessage",
2149
- "deprecated": true,
2150
- "inherited": true
2151
- },
2152
- {
2153
- "name": "aria-flowto",
2154
- "inherited": true
2155
- },
2156
- {
2157
- "name": "aria-grabbed",
2158
- "inherited": true
2159
- },
2160
- {
2161
- "name": "aria-haspopup",
2162
- "deprecated": true,
2163
- "inherited": true
2164
- },
2165
- {
2166
- "name": "aria-hidden",
2167
- "inherited": true
2168
- },
2169
- {
2170
- "name": "aria-invalid",
2171
- "deprecated": true,
2172
- "inherited": true
2173
- },
2174
- {
2175
- "name": "aria-keyshortcuts",
2176
- "inherited": true
2177
- },
2178
- {
2179
- "name": "aria-label",
2180
- "inherited": true
2181
- },
2182
- {
2183
- "name": "aria-labelledby",
2184
- "inherited": true
2185
- },
2186
- {
2187
- "name": "aria-live",
2188
- "inherited": true
2189
- },
2190
- {
2191
- "name": "aria-owns",
2192
- "inherited": true
2193
- },
2194
- {
2195
- "name": "aria-relevant",
2196
- "inherited": true
2197
- },
2198
- {
2199
- "name": "aria-roledescription",
2200
- "inherited": true
2201
- }
2202
- ],
2203
- "prohibitedProperties": []
2204
- },
2205
- {
2206
- "name": "associationlistitemkey",
2207
- "description": "A single key item in an association list.\n\nAuthor requirements for elements whose role is associationlistitemkey:",
2208
- "generalization": ["section"],
2209
- "requiredContextRole": ["associationlist"],
2210
- "requiredOwnedElements": [],
2211
- "accessibleNameRequired": false,
2212
- "accessibleNameFromAuthor": true,
2213
- "accessibleNameFromContent": false,
2214
- "accessibleNameProhibited": false,
2215
- "ownedProperties": [
2216
- {
2217
- "name": "aria-atomic",
2218
- "inherited": true
2219
- },
2220
- {
2221
- "name": "aria-braillelabel",
2222
- "inherited": true
2223
- },
2224
- {
2225
- "name": "aria-brailleroledescription",
2226
- "inherited": true
2227
- },
2228
- {
2229
- "name": "aria-busy",
2230
- "inherited": true
2231
- },
2232
- {
2233
- "name": "aria-controls",
2234
- "inherited": true
2235
- },
2236
- {
2237
- "name": "aria-current",
2238
- "inherited": true
2239
- },
2240
- {
2241
- "name": "aria-describedby",
2242
- "inherited": true
2243
- },
2244
- {
2245
- "name": "aria-description",
2246
- "inherited": true
2247
- },
2248
- {
2249
- "name": "aria-details",
2250
- "inherited": true
2251
- },
2252
- {
2253
- "name": "aria-disabled",
2254
- "deprecated": true,
2255
- "inherited": true
2256
- },
2257
- {
2258
- "name": "aria-dropeffect",
2259
- "inherited": true
2260
- },
2261
- {
2262
- "name": "aria-errormessage",
2263
- "deprecated": true,
2264
- "inherited": true
2265
- },
2266
- {
2267
- "name": "aria-flowto",
2268
- "inherited": true
2269
- },
2270
- {
2271
- "name": "aria-grabbed",
2272
- "inherited": true
2273
- },
2274
- {
2275
- "name": "aria-haspopup",
2276
- "deprecated": true,
2277
- "inherited": true
2278
- },
2279
- {
2280
- "name": "aria-hidden",
2281
- "inherited": true
2282
- },
2283
- {
2284
- "name": "aria-invalid",
2285
- "deprecated": true,
2286
- "inherited": true
2287
- },
2288
- {
2289
- "name": "aria-keyshortcuts",
2290
- "inherited": true
2291
- },
2292
- {
2293
- "name": "aria-label",
2294
- "inherited": true
2295
- },
2296
- {
2297
- "name": "aria-labelledby",
2298
- "inherited": true
2299
- },
2300
- {
2301
- "name": "aria-level"
2302
- },
2303
- {
2304
- "name": "aria-live",
2305
- "inherited": true
2306
- },
2307
- {
2308
- "name": "aria-owns",
2309
- "inherited": true
2310
- },
2311
- {
2312
- "name": "aria-posinset"
2313
- },
2314
- {
2315
- "name": "aria-relevant",
2316
- "inherited": true
2317
- },
2318
- {
2319
- "name": "aria-roledescription",
2320
- "inherited": true
2321
- },
2322
- {
2323
- "name": "aria-setsize"
2324
- }
2325
- ],
2326
- "prohibitedProperties": []
2327
- },
2328
- {
2329
- "name": "associationlistitemvalue",
2330
- "description": "A single value item in an association list.\n\nAuthor requirements for elements whose role is associationlistitemvalue:",
2331
- "generalization": ["section"],
2332
- "requiredContextRole": ["associationlist"],
2333
- "requiredOwnedElements": [],
2334
- "accessibleNameRequired": false,
2335
- "accessibleNameFromAuthor": true,
2336
- "accessibleNameFromContent": false,
2337
- "accessibleNameProhibited": false,
2338
- "ownedProperties": [
2339
- {
2340
- "name": "aria-atomic",
2341
- "inherited": true
2342
- },
2343
- {
2344
- "name": "aria-braillelabel",
2345
- "inherited": true
2346
- },
2347
- {
2348
- "name": "aria-brailleroledescription",
2349
- "inherited": true
2350
- },
2351
- {
2352
- "name": "aria-busy",
2353
- "inherited": true
2354
- },
2355
- {
2356
- "name": "aria-controls",
2357
- "inherited": true
2358
- },
2359
- {
2360
- "name": "aria-current",
2361
- "inherited": true
2362
- },
2363
- {
2364
- "name": "aria-describedby",
2365
- "inherited": true
2366
- },
2367
- {
2368
- "name": "aria-description",
2369
- "inherited": true
2370
- },
2371
- {
2372
- "name": "aria-details",
2373
- "inherited": true
2374
- },
2375
- {
2376
- "name": "aria-disabled",
2377
- "deprecated": true,
2378
- "inherited": true
2379
- },
2380
- {
2381
- "name": "aria-dropeffect",
2382
- "inherited": true
2383
- },
2384
- {
2385
- "name": "aria-errormessage",
2386
- "deprecated": true,
2387
- "inherited": true
2388
- },
2389
- {
2390
- "name": "aria-flowto",
2391
- "inherited": true
2392
- },
2393
- {
2394
- "name": "aria-grabbed",
2395
- "inherited": true
2396
- },
2397
- {
2398
- "name": "aria-haspopup",
2399
- "deprecated": true,
2400
- "inherited": true
2401
- },
2402
- {
2403
- "name": "aria-hidden",
2404
- "inherited": true
2405
- },
2406
- {
2407
- "name": "aria-invalid",
2408
- "deprecated": true,
2409
- "inherited": true
2410
- },
2411
- {
2412
- "name": "aria-keyshortcuts",
2413
- "inherited": true
2414
- },
2415
- {
2416
- "name": "aria-label",
2417
- "inherited": true
2418
- },
2419
- {
2420
- "name": "aria-labelledby",
2421
- "inherited": true
2422
- },
2423
- {
2424
- "name": "aria-live",
2425
- "inherited": true
2426
- },
2427
- {
2428
- "name": "aria-owns",
2429
- "inherited": true
2430
- },
2431
- {
2432
- "name": "aria-posinset"
2433
- },
2434
- {
2435
- "name": "aria-relevant",
2436
- "inherited": true
2437
- },
2438
- {
2439
- "name": "aria-roledescription",
2440
- "inherited": true
2441
- },
2442
- {
2443
- "name": "aria-setsize"
2444
- }
2445
- ],
2446
- "prohibitedProperties": []
2447
- },
2448
2091
  {
2449
2092
  "name": "banner",
2450
2093
  "description": "A landmark that contains mostly site-oriented content, rather than page-specific content.\n\nSite-oriented content typically includes things such as the logo or identity of the site sponsor, and a site-specific search tool. A banner usually appears at the top of the page and typically spans the full width.\n\nAssistive technologies SHOULD enable users to quickly navigate to elements with role banner. user agents SHOULD treat elements with role banner as navigational landmarks. user agents MAY enable users to quickly navigate to elements with role banner.\n\nThe author SHOULD mark no more than one element on a page with the banner role.\n\nBecause document and application elements can be nested in the DOM, they can have multiple banner elements as DOM descendants, assuming each of those is associated with different document nodes, either by a DOM nesting (e.g., document within document) or by use of the aria-owns attribute.",
@@ -37687,7 +37330,8 @@
37687
37330
  },
37688
37331
  "allowpaymentrequest": {
37689
37332
  "description": "Set to true if a cross-origin <iframe> should be allowed to invoke the Payment Request API. Note: This attribute is considered a legacy attribute and redefined as allow=\"payment\".",
37690
- "experimental": true
37333
+ "deprecated": true,
37334
+ "nonStandard": true
37691
37335
  },
37692
37336
  "credentialless": {
37693
37337
  "description": "Set to true to make the <iframe> credentialless, meaning that its content will be loaded in a new, ephemeral context. It doesn't have access to the network, cookies, and storage data associated with its origin. It uses a new context local to the top-level document lifetime. In return, the Cross-Origin-Embedder-Policy (COEP) embedding rules can be lifted, so documents with COEP set can embed third-party documents that do not. See IFrame credentialless for more details.",
@@ -39062,7 +38706,7 @@
39062
38706
  "requiredEither": ["rel"]
39063
38707
  },
39064
38708
  "media": {
39065
- "description": "This attribute specifies the media that the linked resource applies to. Its value must be a media type / media query. This attribute is mainly useful when linking to external stylesheets — it allows the user agent to pick the best adapted one for the device it runs on. Note: In HTML 4, this can only be a simple white-space-separated list of media description literals, i.e., media types and groups, where defined and allowed as values for this attribute, such as print, screen, aural, braille. HTML5 extended this to any kind of media queries, which are a superset of the allowed values of HTML 4. Browsers not supporting CSS Media Queries won't necessarily recognize the adequate link; do not forget to set fallback links, the restricted set of media queries defined in HTML 4."
38709
+ "description": "This attribute specifies the media that the linked resource applies to. Its value must be a media type / media query. This attribute is mainly useful when linking to external stylesheets — it allows the user agent to pick the best adapted one for the device it runs on."
39066
38710
  },
39067
38711
  "methods": {
39068
38712
  "description": "The value of this attribute provides information about the functions that might be performed on an object. The values generally are given by the HTTP protocol when it is used, but it might (for similar reasons as for the title attribute) be useful to include advisory information in advance in the link. For example, the browser might choose a different rendering of a link as a function of the methods specified; something that is searchable might get a different icon, or an outside link might render with an indication of leaving the current site. This attribute is not well understood nor supported, even by the defining browser, Internet Explorer 4.",
@@ -48343,6 +47987,7 @@
48343
47987
  "contents": [
48344
47988
  {
48345
47989
  "zeroOrMore": [
47990
+ "#text",
48346
47991
  ":model(SVGDescriptive)",
48347
47992
  ":model(SVGPaintServer)",
48348
47993
  "svg|a",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markuplint/html-spec",
3
- "version": "4.0.0-dev.10+b28398ab",
3
+ "version": "4.0.0-dev.12+2275fbeb0",
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": "4.0.0-dev.10+b28398ab",
21
- "@markuplint/test-tools": "4.0.0-alpha.6"
20
+ "@markuplint/spec-generator": "4.0.0-dev.12+2275fbeb0",
21
+ "@markuplint/test-tools": "4.0.0-alpha.9"
22
22
  },
23
23
  "dependencies": {
24
- "@markuplint/ml-spec": "4.0.0-dev.10+b28398ab"
24
+ "@markuplint/ml-spec": "4.0.0-dev.12+2275fbeb0"
25
25
  },
26
- "gitHead": "b28398ab9c8f0ad790f2915ad5da8f3a80e9b8d6"
26
+ "gitHead": "2275fbeb053605b636f080f4fafd7cd4fc57a9a3"
27
27
  }