Skip to content

Commit

Permalink
Update of TR report from new reffy run
Browse files Browse the repository at this point in the history
Using reffy commit 14.1.0.
  • Loading branch information
reffy-bot committed Sep 30, 2023
1 parent 18e062c commit 5c0b030
Show file tree
Hide file tree
Showing 39 changed files with 3,520 additions and 71 deletions.
43 changes: 43 additions & 0 deletions tr/css/css-transitions-2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"spec": {
"title": "CSS Transitions Level 2",
"url": "https://www.w3.org/TR/css-transitions-2/"
},
"properties": [
{
"name": "transition-behavior",
"value": "<transition-behavior-value>#",
"initial": "normal",
"appliesTo": "all elements",
"inherited": "no",
"percentages": "N/A",
"computedValue": "as specified",
"canonicalOrder": "per grammar",
"animationType": "not animatable",
"styleDeclaration": [
"transition-behavior",
"transitionBehavior"
]
}
],
"atrules": [
{
"name": "@starting-style",
"prose": "The @starting-style rule is a grouping rule. The style rules inside it are used to establish styles to transition from, if the previous style change event did not establish a before-change style for the element whose styles are being computed.",
"descriptors": []
}
],
"selectors": [],
"values": [
{
"name": "<transition-behavior-value>",
"value": "normal | allow-discrete",
"type": "type"
},
{
"name": "<single-transition>",
"value": "[ none | <single-transition-property> ] || <time> || <easing-function> || <time> || <transition-behavior-value>",
"type": "type"
}
]
}
326 changes: 326 additions & 0 deletions tr/dfns/css-transitions-2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,326 @@
{
"spec": {
"title": "CSS Transitions Level 2",
"url": "https://www.w3.org/TR/css-transitions-2/"
},
"dfns": [
{
"id": "expanded-transition-property-name",
"href": "https://www.w3.org/TR/css-transitions-2/#expanded-transition-property-name",
"linkingText": [
"expanded transition property name"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "transition-property-property",
"href": "https://www.w3.org/TR/css-transitions-2/#transition-property-property",
"title": "The transition-property Property",
"number": "2.1"
},
"definedIn": "prose"
},
{
"id": "transitionable",
"href": "https://www.w3.org/TR/css-transitions-2/#transitionable",
"linkingText": [
"transitionable"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "title",
"href": "https://www.w3.org/TR/css-transitions-2/#title",
"title": "CSS Transitions Level 2"
},
"definedIn": "prose"
},
{
"id": "propdef-transition-behavior",
"href": "https://www.w3.org/TR/css-transitions-2/#propdef-transition-behavior",
"linkingText": [
"transition-behavior"
],
"localLinkingText": [],
"type": "property",
"for": [],
"access": "public",
"informative": false,
"heading": {
"id": "transition-behavior-property",
"href": "https://www.w3.org/TR/css-transitions-2/#transition-behavior-property",
"title": "The transition-behavior Property",
"number": "2.5"
},
"definedIn": "table"
},
{
"id": "typedef-transition-behavior-value",
"href": "https://www.w3.org/TR/css-transitions-2/#typedef-transition-behavior-value",
"linkingText": [
"<transition-behavior-value>"
],
"localLinkingText": [],
"type": "type",
"for": [],
"access": "public",
"informative": false,
"heading": {
"id": "transition-behavior-property",
"href": "https://www.w3.org/TR/css-transitions-2/#transition-behavior-property",
"title": "The transition-behavior Property",
"number": "2.5"
},
"definedIn": "prose"
},
{
"id": "single-transition",
"href": "https://www.w3.org/TR/css-transitions-2/#single-transition",
"linkingText": [
"<single-transition>"
],
"localLinkingText": [],
"type": "type",
"for": [],
"access": "public",
"informative": false,
"heading": {
"id": "transition-shorthand-property",
"href": "https://www.w3.org/TR/css-transitions-2/#transition-shorthand-property",
"title": "The transition Shorthand Property",
"number": "2.6"
},
"definedIn": "prose"
},
{
"id": "owning-element",
"href": "https://www.w3.org/TR/css-transitions-2/#owning-element",
"linkingText": [
"owning element"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "starting",
"href": "https://www.w3.org/TR/css-transitions-2/#starting",
"title": "Starting of transitions",
"number": "3"
},
"definedIn": "prose"
},
{
"id": "current-transition-generation",
"href": "https://www.w3.org/TR/css-transitions-2/#current-transition-generation",
"linkingText": [
"current transition generation"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "current-transition-generation-section",
"href": "https://www.w3.org/TR/css-transitions-2/#current-transition-generation-section",
"title": "The current transition generation",
"number": "3.2"
},
"definedIn": "prose"
},
{
"id": "transition-generation",
"href": "https://www.w3.org/TR/css-transitions-2/#transition-generation",
"linkingText": [
"transition generation"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "title",
"href": "https://www.w3.org/TR/css-transitions-2/#title",
"title": "CSS Transitions Level 2"
},
"definedIn": "prose"
},
{
"id": "at-ruledef-starting-style",
"href": "https://www.w3.org/TR/css-transitions-2/#at-ruledef-starting-style",
"linkingText": [
"@starting-style"
],
"localLinkingText": [],
"type": "at-rule",
"for": [],
"access": "public",
"informative": false,
"heading": {
"id": "defining-before-change-style",
"href": "https://www.w3.org/TR/css-transitions-2/#defining-before-change-style",
"title": "Defining before-change style: the @starting-style rule",
"number": "3.3"
},
"definedIn": "prose"
},
{
"id": "starting-style",
"href": "https://www.w3.org/TR/css-transitions-2/#starting-style",
"linkingText": [
"starting style"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "title",
"href": "https://www.w3.org/TR/css-transitions-2/#title",
"title": "CSS Transitions Level 2"
},
"definedIn": "prose"
},
{
"id": "cssstartingstylerule",
"href": "https://www.w3.org/TR/css-transitions-2/#cssstartingstylerule",
"linkingText": [
"CSSStartingStyleRule"
],
"localLinkingText": [],
"type": "interface",
"for": [],
"access": "public",
"informative": false,
"heading": {
"id": "the-cssstartingstylerule-interface",
"href": "https://www.w3.org/TR/css-transitions-2/#the-cssstartingstylerule-interface",
"title": "The CSSStartingStyleRule interface",
"number": "3.3.1"
},
"definedIn": "pre"
},
{
"id": "transition-phase",
"href": "https://www.w3.org/TR/css-transitions-2/#transition-phase",
"linkingText": [
"transition phase"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "event-dispatch",
"href": "https://www.w3.org/TR/css-transitions-2/#event-dispatch",
"title": "Event dispatch",
"number": "5.1"
},
"definedIn": "prose"
},
{
"id": "interval-start",
"href": "https://www.w3.org/TR/css-transitions-2/#interval-start",
"linkingText": [
"interval start"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "title",
"href": "https://www.w3.org/TR/css-transitions-2/#title",
"title": "CSS Transitions Level 2"
},
"definedIn": "prose"
},
{
"id": "interval-end",
"href": "https://www.w3.org/TR/css-transitions-2/#interval-end",
"linkingText": [
"interval end"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "title",
"href": "https://www.w3.org/TR/css-transitions-2/#title",
"title": "CSS Transitions Level 2"
},
"definedIn": "prose"
},
{
"id": "elapsed-time",
"href": "https://www.w3.org/TR/css-transitions-2/#elapsed-time",
"linkingText": [
"Elapsed time"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "title",
"href": "https://www.w3.org/TR/css-transitions-2/#title",
"title": "CSS Transitions Level 2"
},
"definedIn": "table"
},
{
"id": "csstransition",
"href": "https://www.w3.org/TR/css-transitions-2/#csstransition",
"linkingText": [
"CSSTransition"
],
"localLinkingText": [],
"type": "interface",
"for": [],
"access": "public",
"informative": false,
"heading": {
"id": "the-CSSTransition-interface",
"href": "https://www.w3.org/TR/css-transitions-2/#the-CSSTransition-interface",
"title": "The CSSTransition interface",
"number": "6.1"
},
"definedIn": "pre"
},
{
"id": "dom-csstransition-transitionproperty",
"href": "https://www.w3.org/TR/css-transitions-2/#dom-csstransition-transitionproperty",
"linkingText": [
"transitionProperty"
],
"localLinkingText": [],
"type": "attribute",
"for": [
"CSSTransition"
],
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://www.w3.org/TR/css-transitions-2/#title",
"title": "CSS Transitions Level 2"
},
"definedIn": "dt"
}
]
}
18 changes: 18 additions & 0 deletions tr/dfns/intersection-observer.json
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,24 @@
},
"definedIn": "prose"
},
{
"id": "apply-scroll-margin-to-a-scrollport",
"href": "https://www.w3.org/TR/intersection-observer/#apply-scroll-margin-to-a-scrollport",
"linkingText": [
"apply scroll margin to a scrollport"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "title",
"href": "https://www.w3.org/TR/intersection-observer/#title",
"title": "Intersection Observer"
},
"definedIn": "dt"
},
{
"id": "parse-a-margin",
"href": "https://www.w3.org/TR/intersection-observer/#parse-a-margin",
Expand Down
Loading

0 comments on commit 5c0b030

Please sign in to comment.