From 5c0b0304ca163588d3d3d58f008d6a72db8061b0 Mon Sep 17 00:00:00 2001 From: reffy-bot <> Date: Sat, 30 Sep 2023 01:28:03 +0000 Subject: [PATCH] Update of TR report from new reffy run Using reffy commit 14.1.0. --- tr/css/css-transitions-2.json | 43 + tr/dfns/css-transitions-2.json | 326 ++++++++ tr/dfns/intersection-observer.json | 18 + tr/dfns/mse-byte-stream-format-isobmff.json | 27 + tr/dfns/mse-byte-stream-format-mp2t.json | 27 + .../mse-byte-stream-format-mpeg-audio.json | 46 + tr/headings/css-transitions-2.json | 309 +++++++ .../mse-byte-stream-format-isobmff.json | 108 +++ tr/headings/mse-byte-stream-format-mp2t.json | 122 +++ .../mse-byte-stream-format-mpeg-audio.json | 101 +++ .../mse-byte-stream-format-registry.json | 87 ++ tr/headings/mse-byte-stream-format-webm.json | 108 +++ tr/idl/css-transitions-2.idl | 13 + tr/ids/css-transitions-2.json | 787 ++++++++++++++++++ tr/ids/intersection-observer.json | 14 +- tr/ids/mse-byte-stream-format-isobmff.json | 54 ++ tr/ids/mse-byte-stream-format-mp2t.json | 58 ++ tr/ids/mse-byte-stream-format-mpeg-audio.json | 50 ++ tr/ids/mse-byte-stream-format-registry.json | 46 + tr/ids/mse-byte-stream-format-webm.json | 51 ++ tr/ids/network-error-logging-1.json | 4 +- tr/ids/sparql12-query.json | 1 + tr/index.json | 465 +++++++++-- tr/links/css-transitions-2.json | 239 ++++++ tr/links/media-source-2.json | 4 +- tr/links/mse-byte-stream-format-isobmff.json | 45 + tr/links/mse-byte-stream-format-mp2t.json | 50 ++ .../mse-byte-stream-format-mpeg-audio.json | 48 ++ tr/links/mse-byte-stream-format-registry.json | 43 + tr/links/mse-byte-stream-format-webm.json | 57 ++ tr/links/network-error-logging-1.json | 6 +- tr/links/permissions.json | 4 +- tr/links/webgpu.json | 4 +- tr/refs/css-transitions-2.json | 76 ++ tr/refs/mse-byte-stream-format-isobmff.json | 28 + tr/refs/mse-byte-stream-format-mp2t.json | 36 + .../mse-byte-stream-format-mpeg-audio.json | 23 + tr/refs/mse-byte-stream-format-registry.json | 35 + tr/refs/mse-byte-stream-format-webm.json | 28 + 39 files changed, 3520 insertions(+), 71 deletions(-) create mode 100644 tr/css/css-transitions-2.json create mode 100644 tr/dfns/css-transitions-2.json create mode 100644 tr/dfns/mse-byte-stream-format-isobmff.json create mode 100644 tr/dfns/mse-byte-stream-format-mp2t.json create mode 100644 tr/dfns/mse-byte-stream-format-mpeg-audio.json create mode 100644 tr/headings/css-transitions-2.json create mode 100644 tr/headings/mse-byte-stream-format-isobmff.json create mode 100644 tr/headings/mse-byte-stream-format-mp2t.json create mode 100644 tr/headings/mse-byte-stream-format-mpeg-audio.json create mode 100644 tr/headings/mse-byte-stream-format-registry.json create mode 100644 tr/headings/mse-byte-stream-format-webm.json create mode 100644 tr/idl/css-transitions-2.idl create mode 100644 tr/ids/css-transitions-2.json create mode 100644 tr/ids/mse-byte-stream-format-isobmff.json create mode 100644 tr/ids/mse-byte-stream-format-mp2t.json create mode 100644 tr/ids/mse-byte-stream-format-mpeg-audio.json create mode 100644 tr/ids/mse-byte-stream-format-registry.json create mode 100644 tr/ids/mse-byte-stream-format-webm.json create mode 100644 tr/links/css-transitions-2.json create mode 100644 tr/links/mse-byte-stream-format-isobmff.json create mode 100644 tr/links/mse-byte-stream-format-mp2t.json create mode 100644 tr/links/mse-byte-stream-format-mpeg-audio.json create mode 100644 tr/links/mse-byte-stream-format-registry.json create mode 100644 tr/links/mse-byte-stream-format-webm.json create mode 100644 tr/refs/css-transitions-2.json create mode 100644 tr/refs/mse-byte-stream-format-isobmff.json create mode 100644 tr/refs/mse-byte-stream-format-mp2t.json create mode 100644 tr/refs/mse-byte-stream-format-mpeg-audio.json create mode 100644 tr/refs/mse-byte-stream-format-registry.json create mode 100644 tr/refs/mse-byte-stream-format-webm.json diff --git a/tr/css/css-transitions-2.json b/tr/css/css-transitions-2.json new file mode 100644 index 000000000000..cf910027b486 --- /dev/null +++ b/tr/css/css-transitions-2.json @@ -0,0 +1,43 @@ +{ + "spec": { + "title": "CSS Transitions Level 2", + "url": "https://www.w3.org/TR/css-transitions-2/" + }, + "properties": [ + { + "name": "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": "", + "value": "normal | allow-discrete", + "type": "type" + }, + { + "name": "", + "value": "[ none | ] ||