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 39e5303edee1288102fa7884dd8a13cd31b23b92.
  • Loading branch information
reffy-bot committed Oct 4, 2021
1 parent b45f406 commit 1bf03d0
Show file tree
Hide file tree
Showing 341 changed files with 55,857 additions and 14,394 deletions.
6 changes: 6 additions & 0 deletions tr/css/css-values.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@
"<calc-constant>": {
"value": "e | pi | infinity | -infinity | NaN"
},
"<start-value>": {
"prose": "The value at the “start” (0%) of the interpolation range."
},
"<end-value>": {
"prose": "The value at the “end” (100%) of the interpolation range."
},
"<length-percentage>": {
"value": "[ <length> | <percentage> ]"
},
Expand Down
361 changes: 361 additions & 0 deletions tr/dfns/compute-pressure.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,361 @@
{
"spec": {
"title": "Compute Pressure API",
"url": "https://wicg.github.io/compute-pressure/"
},
"dfns": [
{
"id": "dfn-cpu-utilization",
"href": "https://wicg.github.io/compute-pressure/#dfn-cpu-utilization",
"linkingText": [
"CPU utilization"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "cpu-utilization",
"href": "https://wicg.github.io/compute-pressure/#cpu-utilization",
"title": "CPU utilization",
"number": "2.1"
},
"definedIn": "heading"
},
{
"id": "dfn-cpu-clock-speed",
"href": "https://wicg.github.io/compute-pressure/#dfn-cpu-clock-speed",
"linkingText": [
"CPU clock speed"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "cpu-clock-speed",
"href": "https://wicg.github.io/compute-pressure/#cpu-clock-speed",
"title": "CPU clock speed",
"number": "2.2"
},
"definedIn": "heading"
},
{
"id": "respec-offender-internal-slot-callback-must-be-associated-with-a-webidl-interface",
"href": "https://wicg.github.io/compute-pressure/#respec-offender-internal-slot-callback-must-be-associated-with-a-webidl-interface",
"linkingText": [
"[[Callback]]"
],
"localLinkingText": [],
"type": "attribute",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "internal-slots",
"href": "https://wicg.github.io/compute-pressure/#internal-slots",
"title": "Internal slots",
"number": "2.3"
},
"definedIn": "table"
},
{
"id": "respec-offender-internal-slot-cpuutilizationthresholds-must-be-associated-with-a-webidl-interface",
"href": "https://wicg.github.io/compute-pressure/#respec-offender-internal-slot-cpuutilizationthresholds-must-be-associated-with-a-webidl-interface",
"linkingText": [
"[[CPUUtilizationThresholds]]"
],
"localLinkingText": [],
"type": "attribute",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "internal-slots",
"href": "https://wicg.github.io/compute-pressure/#internal-slots",
"title": "Internal slots",
"number": "2.3"
},
"definedIn": "table"
},
{
"id": "respec-offender-internal-slot-cpuspeedthresholds-must-be-associated-with-a-webidl-interface",
"href": "https://wicg.github.io/compute-pressure/#respec-offender-internal-slot-cpuspeedthresholds-must-be-associated-with-a-webidl-interface",
"linkingText": [
"[[CPUSpeedThresholds]]"
],
"localLinkingText": [],
"type": "attribute",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "internal-slots",
"href": "https://wicg.github.io/compute-pressure/#internal-slots",
"title": "Internal slots",
"number": "2.3"
},
"definedIn": "table"
},
{
"id": "dom-computepressureupdatecallback",
"href": "https://wicg.github.io/compute-pressure/#dom-computepressureupdatecallback",
"linkingText": [
"ComputePressureUpdateCallback"
],
"localLinkingText": [],
"type": "callback",
"for": [],
"access": "public",
"informative": false,
"heading": {
"id": "the-computepressureupdatecallback-callback",
"href": "https://wicg.github.io/compute-pressure/#the-computepressureupdatecallback-callback",
"title": "The ComputePressureUpdateCallback callback",
"number": "3.1"
},
"definedIn": "pre"
},
{
"id": "dom-computepressureobserver",
"href": "https://wicg.github.io/compute-pressure/#dom-computepressureobserver",
"linkingText": [
"ComputePressureObserver"
],
"localLinkingText": [],
"type": "interface",
"for": [],
"access": "public",
"informative": false,
"heading": {
"id": "the-computepressureobserver-object",
"href": "https://wicg.github.io/compute-pressure/#the-computepressureobserver-object",
"title": "The ComputePressureObserver object",
"number": "3.2"
},
"definedIn": "prose"
},
{
"id": "dom-computepressureobserver-constructor",
"href": "https://wicg.github.io/compute-pressure/#dom-computepressureobserver-constructor",
"linkingText": [
"constructor()",
"constructor(callback)",
"constructor(callback, options)"
],
"localLinkingText": [
"ComputePressureObserver.constructor",
"ComputePressureObserver.constructor()",
"constructor"
],
"type": "constructor",
"for": [
"ComputePressureObserver"
],
"access": "public",
"informative": false,
"heading": {
"id": "the-constructor-method",
"href": "https://wicg.github.io/compute-pressure/#the-constructor-method",
"title": "The constructor() method",
"number": "3.2.1"
},
"definedIn": "heading"
},
{
"id": "dom-computepressureobserver-observe",
"href": "https://wicg.github.io/compute-pressure/#dom-computepressureobserver-observe",
"linkingText": [
"observe()"
],
"localLinkingText": [
"ComputePressureObserver.observe",
"ComputePressureObserver.observe()",
"observe"
],
"type": "method",
"for": [
"ComputePressureObserver"
],
"access": "public",
"informative": false,
"heading": {
"id": "the-observe-method",
"href": "https://wicg.github.io/compute-pressure/#the-observe-method",
"title": "The observe() method",
"number": "3.2.2"
},
"definedIn": "heading"
},
{
"id": "dom-computepressureobserver-unobserve",
"href": "https://wicg.github.io/compute-pressure/#dom-computepressureobserver-unobserve",
"linkingText": [
"unobserve()"
],
"localLinkingText": [
"ComputePressureObserver.unobserve",
"ComputePressureObserver.unobserve()",
"unobserve"
],
"type": "method",
"for": [
"ComputePressureObserver"
],
"access": "public",
"informative": false,
"heading": {
"id": "the-unobserve-method",
"href": "https://wicg.github.io/compute-pressure/#the-unobserve-method",
"title": "The unobserve() method",
"number": "3.2.3"
},
"definedIn": "heading"
},
{
"id": "dom-computepressureobserverupdate",
"href": "https://wicg.github.io/compute-pressure/#dom-computepressureobserverupdate",
"linkingText": [
"ComputePressureObserverUpdate"
],
"localLinkingText": [],
"type": "dictionary",
"for": [],
"access": "public",
"informative": false,
"heading": {
"id": "the-computepressureobserverupdate-dictionary",
"href": "https://wicg.github.io/compute-pressure/#the-computepressureobserverupdate-dictionary",
"title": "The ComputePressureObserverUpdate dictionary",
"number": "3.3"
},
"definedIn": "heading"
},
{
"id": "dom-computepressureobserverupdate-cpuspeed",
"href": "https://wicg.github.io/compute-pressure/#dom-computepressureobserverupdate-cpuspeed",
"linkingText": [
"cpuSpeed"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
"ComputePressureObserverUpdate"
],
"access": "public",
"informative": false,
"heading": {
"id": "the-cpuspeed-attribute",
"href": "https://wicg.github.io/compute-pressure/#the-cpuspeed-attribute",
"title": "The cpuSpeed attribute",
"number": "3.3.1"
},
"definedIn": "heading"
},
{
"id": "dom-computepressureobserverupdate-cpuutilization",
"href": "https://wicg.github.io/compute-pressure/#dom-computepressureobserverupdate-cpuutilization",
"linkingText": [
"cpuUtilization"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
"ComputePressureObserverUpdate"
],
"access": "public",
"informative": false,
"heading": {
"id": "the-cpuutilization-attribute",
"href": "https://wicg.github.io/compute-pressure/#the-cpuutilization-attribute",
"title": "The cpuUtilization attribute",
"number": "3.3.2"
},
"definedIn": "heading"
},
{
"id": "dom-computepressureobserverupdate-options",
"href": "https://wicg.github.io/compute-pressure/#dom-computepressureobserverupdate-options",
"linkingText": [
"options"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
"ComputePressureObserverUpdate"
],
"access": "public",
"informative": false,
"heading": {
"id": "the-options-attribute",
"href": "https://wicg.github.io/compute-pressure/#the-options-attribute",
"title": "The options attribute",
"number": "3.3.3"
},
"definedIn": "heading"
},
{
"id": "dom-computepressureobserveroptions",
"href": "https://wicg.github.io/compute-pressure/#dom-computepressureobserveroptions",
"linkingText": [
"ComputePressureObserverOptions"
],
"localLinkingText": [],
"type": "dictionary",
"for": [],
"access": "public",
"informative": false,
"heading": {
"id": "the-computepressureobserveroptions-dictionary",
"href": "https://wicg.github.io/compute-pressure/#the-computepressureobserveroptions-dictionary",
"title": "The ComputePressureObserverOptions dictionary",
"number": "3.4"
},
"definedIn": "heading"
},
{
"id": "dom-computepressureobserveroptions-cpuutilizationthresholds",
"href": "https://wicg.github.io/compute-pressure/#dom-computepressureobserveroptions-cpuutilizationthresholds",
"linkingText": [
"cpuUtilizationThresholds"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
"ComputePressureObserverOptions"
],
"access": "public",
"informative": false,
"heading": {
"id": "the-cpuutilizationthresholds-member",
"href": "https://wicg.github.io/compute-pressure/#the-cpuutilizationthresholds-member",
"title": "The cpuUtilizationThresholds member",
"number": "3.4.1"
},
"definedIn": "heading"
},
{
"id": "dom-computepressureobserveroptions-cpuspeedthresholds",
"href": "https://wicg.github.io/compute-pressure/#dom-computepressureobserveroptions-cpuspeedthresholds",
"linkingText": [
"cpuSpeedThresholds"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
"ComputePressureObserverOptions"
],
"access": "public",
"informative": false,
"heading": {
"id": "the-cpuspeedthresholds-member",
"href": "https://wicg.github.io/compute-pressure/#the-cpuspeedthresholds-member",
"title": "The cpuSpeedThresholds member",
"number": "3.4.2"
},
"definedIn": "heading"
}
]
}
Loading

0 comments on commit 1bf03d0

Please sign in to comment.