Skip to content

Commit 9dbb42c

Browse files
author
curation-bot
committed
Publish curated data from cb1c29a
Curated data generated from raw data at cb1c29a
1 parent 571fc45 commit 9dbb42c

26 files changed

+726
-443
lines changed

ed/css/css-ui.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@
257257
},
258258
"appearance": {
259259
"name": "appearance",
260-
"value": "none | auto | textfield | menulist-button | <compat-auto>",
260+
"value": "none | auto | <compat-auto> | <compat-special>",
261261
"initial": "none",
262262
"appliesTo": "all elements",
263263
"inherited": "no",
@@ -306,6 +306,9 @@
306306
"<compat-auto>": {
307307
"value": "searchfield | textarea | push-button | slider-horizontal | checkbox | radio | square-button | menulist | listbox | meter | progress-bar | button"
308308
},
309+
"<compat-special>": {
310+
"value": "textfield | menulist-button"
311+
},
309312
"<id>": {
310313
"prose": "The <id> value is an ID selector [SELECT]. In response to directional navigation input corresponding to the property, the focus is navigated to the first element in tree order matching the selector. If this refers to the currently focused element, the directional navigation input respective to the nav- property is ignored — there is no need to refocus the same element. If no element matches the selector, the user agent automatically determines which element to navigate the focus to. If the focus is navigated to an element that was not otherwise focusable, it becomes focusable only as the result of this directional navigation, and the :focus pseudo-class matches the element while it is focused as such."
311314
},

ed/dfns/css-ui-4.json

Lines changed: 155 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1627,37 +1627,14 @@
16271627
"definedIn": "prose"
16281628
},
16291629
{
1630-
"id": "valdef-appearance-none",
1631-
"href": "https://drafts.csswg.org/css-ui-4/#valdef-appearance-none",
1632-
"linkingText": [
1633-
"none"
1634-
],
1635-
"localLinkingText": [],
1636-
"type": "value",
1637-
"for": [
1638-
"appearance"
1639-
],
1640-
"access": "public",
1641-
"informative": false,
1642-
"heading": {
1643-
"id": "appearance-switching",
1644-
"href": "https://drafts.csswg.org/css-ui-4/#appearance-switching",
1645-
"title": "Switching appearance: the appearance property",
1646-
"number": "7.2"
1647-
},
1648-
"definedIn": "dt"
1649-
},
1650-
{
1651-
"id": "valdef-appearance-auto",
1652-
"href": "https://drafts.csswg.org/css-ui-4/#valdef-appearance-auto",
1630+
"id": "primitive-appearance",
1631+
"href": "https://drafts.csswg.org/css-ui-4/#primitive-appearance",
16531632
"linkingText": [
1654-
"auto"
1633+
"primitive appearance"
16551634
],
16561635
"localLinkingText": [],
1657-
"type": "value",
1658-
"for": [
1659-
"appearance"
1660-
],
1636+
"type": "dfn",
1637+
"for": [],
16611638
"access": "public",
16621639
"informative": false,
16631640
"heading": {
@@ -1666,13 +1643,13 @@
16661643
"title": "Switching appearance: the appearance property",
16671644
"number": "7.2"
16681645
},
1669-
"definedIn": "dt"
1646+
"definedIn": "prose"
16701647
},
16711648
{
1672-
"id": "valdef-appearance-textfield",
1673-
"href": "https://drafts.csswg.org/css-ui-4/#valdef-appearance-textfield",
1649+
"id": "valdef-appearance-none",
1650+
"href": "https://drafts.csswg.org/css-ui-4/#valdef-appearance-none",
16741651
"linkingText": [
1675-
"textfield"
1652+
"none"
16761653
],
16771654
"localLinkingText": [],
16781655
"type": "value",
@@ -1690,10 +1667,10 @@
16901667
"definedIn": "dt"
16911668
},
16921669
{
1693-
"id": "valdef-appearance-menulist-button",
1694-
"href": "https://drafts.csswg.org/css-ui-4/#valdef-appearance-menulist-button",
1670+
"id": "valdef-appearance-auto",
1671+
"href": "https://drafts.csswg.org/css-ui-4/#valdef-appearance-auto",
16951672
"linkingText": [
1696-
"menulist-button"
1673+
"auto"
16971674
],
16981675
"localLinkingText": [],
16991676
"type": "value",
@@ -1983,6 +1960,69 @@
19831960
},
19841961
"definedIn": "pre"
19851962
},
1963+
{
1964+
"id": "typedef-appearance-compat-special",
1965+
"href": "https://drafts.csswg.org/css-ui-4/#typedef-appearance-compat-special",
1966+
"linkingText": [
1967+
"<compat-special>"
1968+
],
1969+
"localLinkingText": [],
1970+
"type": "type",
1971+
"for": [
1972+
"appearance"
1973+
],
1974+
"access": "public",
1975+
"informative": false,
1976+
"heading": {
1977+
"id": "appearance-switching",
1978+
"href": "https://drafts.csswg.org/css-ui-4/#appearance-switching",
1979+
"title": "Switching appearance: the appearance property",
1980+
"number": "7.2"
1981+
},
1982+
"definedIn": "dt"
1983+
},
1984+
{
1985+
"id": "valdef-appearance-textfield",
1986+
"href": "https://drafts.csswg.org/css-ui-4/#valdef-appearance-textfield",
1987+
"linkingText": [
1988+
"textfield"
1989+
],
1990+
"localLinkingText": [],
1991+
"type": "value",
1992+
"for": [
1993+
"appearance"
1994+
],
1995+
"access": "public",
1996+
"informative": false,
1997+
"heading": {
1998+
"id": "appearance-switching",
1999+
"href": "https://drafts.csswg.org/css-ui-4/#appearance-switching",
2000+
"title": "Switching appearance: the appearance property",
2001+
"number": "7.2"
2002+
},
2003+
"definedIn": "pre"
2004+
},
2005+
{
2006+
"id": "valdef-appearance-menulist-button",
2007+
"href": "https://drafts.csswg.org/css-ui-4/#valdef-appearance-menulist-button",
2008+
"linkingText": [
2009+
"menulist-button"
2010+
],
2011+
"localLinkingText": [],
2012+
"type": "value",
2013+
"for": [
2014+
"appearance"
2015+
],
2016+
"access": "public",
2017+
"informative": false,
2018+
"heading": {
2019+
"id": "appearance-switching",
2020+
"href": "https://drafts.csswg.org/css-ui-4/#appearance-switching",
2021+
"title": "Switching appearance: the appearance property",
2022+
"number": "7.2"
2023+
},
2024+
"definedIn": "pre"
2025+
},
19862026
{
19872027
"id": "propdef--webkit-appearance",
19882028
"href": "https://drafts.csswg.org/css-ui-4/#propdef--webkit-appearance",
@@ -2002,6 +2042,86 @@
20022042
},
20032043
"definedIn": "prose"
20042044
},
2045+
{
2046+
"id": "devolved",
2047+
"href": "https://drafts.csswg.org/css-ui-4/#devolved",
2048+
"linkingText": [
2049+
"devolved",
2050+
"devolved widget"
2051+
],
2052+
"localLinkingText": [],
2053+
"type": "dfn",
2054+
"for": [],
2055+
"access": "public",
2056+
"informative": false,
2057+
"heading": {
2058+
"id": "appearance-disabling-properties",
2059+
"href": "https://drafts.csswg.org/css-ui-4/#appearance-disabling-properties",
2060+
"title": "Properties Disabling Native Appearance",
2061+
"number": "7.2.1"
2062+
},
2063+
"definedIn": "prose"
2064+
},
2065+
{
2066+
"id": "devolvable",
2067+
"href": "https://drafts.csswg.org/css-ui-4/#devolvable",
2068+
"linkingText": [
2069+
"devolvable",
2070+
"devolvable widget"
2071+
],
2072+
"localLinkingText": [],
2073+
"type": "dfn",
2074+
"for": [],
2075+
"access": "public",
2076+
"informative": false,
2077+
"heading": {
2078+
"id": "appearance-disabling-properties",
2079+
"href": "https://drafts.csswg.org/css-ui-4/#appearance-disabling-properties",
2080+
"title": "Properties Disabling Native Appearance",
2081+
"number": "7.2.1"
2082+
},
2083+
"definedIn": "prose"
2084+
},
2085+
{
2086+
"id": "non-devolvable",
2087+
"href": "https://drafts.csswg.org/css-ui-4/#non-devolvable",
2088+
"linkingText": [
2089+
"non-devolvable",
2090+
"non-devolvable widget"
2091+
],
2092+
"localLinkingText": [],
2093+
"type": "dfn",
2094+
"for": [],
2095+
"access": "public",
2096+
"informative": false,
2097+
"heading": {
2098+
"id": "appearance-disabling-properties",
2099+
"href": "https://drafts.csswg.org/css-ui-4/#appearance-disabling-properties",
2100+
"title": "Properties Disabling Native Appearance",
2101+
"number": "7.2.1"
2102+
},
2103+
"definedIn": "prose"
2104+
},
2105+
{
2106+
"id": "property-that-disables-native-appearance-for-widgets",
2107+
"href": "https://drafts.csswg.org/css-ui-4/#property-that-disables-native-appearance-for-widgets",
2108+
"linkingText": [
2109+
"property that disables native appearance for widgets",
2110+
"properties that disable native appearance for widgets"
2111+
],
2112+
"localLinkingText": [],
2113+
"type": "dfn",
2114+
"for": [],
2115+
"access": "private",
2116+
"informative": false,
2117+
"heading": {
2118+
"id": "appearance-disabling-properties",
2119+
"href": "https://drafts.csswg.org/css-ui-4/#appearance-disabling-properties",
2120+
"title": "Properties Disabling Native Appearance",
2121+
"number": "7.2.1"
2122+
},
2123+
"definedIn": "prose"
2124+
},
20052125
{
20062126
"id": "propdef-input-security",
20072127
"href": "https://drafts.csswg.org/css-ui-4/#propdef-input-security",

ed/dfns/epub-33.json

Lines changed: 2 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -862,25 +862,6 @@
862862
},
863863
"definedIn": "prose"
864864
},
865-
{
866-
"id": "dfn-link",
867-
"href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-link",
868-
"linkingText": [
869-
"link"
870-
],
871-
"localLinkingText": [],
872-
"type": "element",
873-
"for": [],
874-
"access": "public",
875-
"informative": false,
876-
"heading": {
877-
"id": "sec-container.xml-link-elem",
878-
"href": "https://w3c.github.io/epub-specs/epub33/core/#sec-container.xml-link-elem",
879-
"title": "The link element",
880-
"number": "4.1.6.3.1.5"
881-
},
882-
"definedIn": "prose"
883-
},
884865
{
885866
"id": "dfn-encryption",
886867
"href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-encryption",
@@ -1224,8 +1205,8 @@
12241205
"definedIn": "prose"
12251206
},
12261207
{
1227-
"id": "dfn-link-0",
1228-
"href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-link-0",
1208+
"id": "dfn-link",
1209+
"href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-link",
12291210
"linkingText": [
12301211
"link"
12311212
],
@@ -1375,25 +1356,6 @@
13751356
},
13761357
"definedIn": "prose"
13771358
},
1378-
{
1379-
"id": "dfn-metadata-0",
1380-
"href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-metadata-0",
1381-
"linkingText": [
1382-
"metadata"
1383-
],
1384-
"localLinkingText": [],
1385-
"type": "element",
1386-
"for": [],
1387-
"access": "public",
1388-
"informative": false,
1389-
"heading": {
1390-
"id": "sec-smil-metadata-elem",
1391-
"href": "https://w3c.github.io/epub-specs/epub33/core/#sec-smil-metadata-elem",
1392-
"title": "The metadata element",
1393-
"number": "9.2.2.3"
1394-
},
1395-
"definedIn": "prose"
1396-
},
13971359
{
13981360
"id": "dfn-body",
13991361
"href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-body",

ed/headings/css-ui-4.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,19 +245,26 @@
245245
"title": "Switching appearance: the appearance property",
246246
"number": "7.2"
247247
},
248+
{
249+
"id": "appearance-disabling-properties",
250+
"href": "https://drafts.csswg.org/css-ui-4/#appearance-disabling-properties",
251+
"level": 4,
252+
"title": "Properties Disabling Native Appearance",
253+
"number": "7.2.1"
254+
},
248255
{
249256
"id": "appearance-decorative",
250257
"href": "https://drafts.csswg.org/css-ui-4/#appearance-decorative",
251258
"level": 4,
252259
"title": "Effects of appearance on Decorative Aspects of Elements",
253-
"number": "7.2.1"
260+
"number": "7.2.2"
254261
},
255262
{
256263
"id": "appearance-semantics",
257264
"href": "https://drafts.csswg.org/css-ui-4/#appearance-semantics",
258265
"level": 4,
259266
"title": "Effects of appearance on Semantic Aspects of Elements",
260-
"number": "7.2.2"
267+
"number": "7.2.3"
261268
},
262269
{
263270
"id": "input-security",

0 commit comments

Comments
 (0)