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 13.1.0.
  • Loading branch information
reffy-bot committed Jun 16, 2023
1 parent 208ed2f commit 4a19179
Show file tree
Hide file tree
Showing 25 changed files with 1,385 additions and 801 deletions.
20 changes: 20 additions & 0 deletions tr/dfns/rdf12-turtle.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@
"url": "https://www.w3.org/TR/rdf12-turtle/"
},
"dfns": [
{
"id": "dfn-annotation-syntax",
"href": "https://www.w3.org/TR/rdf12-turtle/#dfn-annotation-syntax",
"linkingText": [
"annotation-syntax",
"annotation syntax"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": true,
"heading": {
"id": "annotation-syntax",
"href": "https://www.w3.org/TR/rdf12-turtle/#annotation-syntax",
"title": "Annotation Syntax",
"number": "2.9.1"
},
"definedIn": "prose"
},
{
"id": "dfn-turtle-document",
"href": "https://www.w3.org/TR/rdf12-turtle/#dfn-turtle-document",
Expand Down
20 changes: 20 additions & 0 deletions tr/dfns/webrtc-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -1328,6 +1328,26 @@
},
"definedIn": "dt"
},
{
"id": "dom-rtcinboundrtpstreamstats-fecbytesreceived",
"href": "https://www.w3.org/TR/webrtc-stats/#dom-rtcinboundrtpstreamstats-fecbytesreceived",
"linkingText": [
"fecBytesReceived"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
"RTCInboundRtpStreamStats"
],
"access": "public",
"informative": false,
"heading": {
"id": "dictionary-rtcinboundrtpstreamstats-members",
"href": "https://www.w3.org/TR/webrtc-stats/#dictionary-rtcinboundrtpstreamstats-members",
"title": "Dictionary RTCInboundRtpStreamStats Members"
},
"definedIn": "dt"
},
{
"id": "dom-rtcinboundrtpstreamstats-fecpacketsreceived",
"href": "https://www.w3.org/TR/webrtc-stats/#dom-rtcinboundrtpstreamstats-fecpacketsreceived",
Expand Down
6 changes: 6 additions & 0 deletions tr/headings/rdf12-n-quads.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,12 @@
"title": "Grammar",
"number": "5.3"
},
{
"id": "terminals",
"href": "https://www.w3.org/TR/rdf12-n-quads/#terminals",
"level": 3,
"title": "Productions for terminals"
},
{
"id": "sec-parsing",
"href": "https://www.w3.org/TR/rdf12-n-quads/#sec-parsing",
Expand Down
6 changes: 6 additions & 0 deletions tr/headings/rdf12-n-triples.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,12 @@
"title": "Grammar",
"number": "5.3"
},
{
"id": "terminals",
"href": "https://www.w3.org/TR/rdf12-n-triples/#terminals",
"level": 3,
"title": "Productions for terminals"
},
{
"id": "sec-parsing",
"href": "https://www.w3.org/TR/rdf12-n-triples/#sec-parsing",
Expand Down
16 changes: 15 additions & 1 deletion tr/headings/rdf12-turtle.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"id": "unlabeled-bnodes",
"href": "https://www.w3.org/TR/rdf12-turtle/#unlabeled-bnodes",
"level": 3,
"title": "Nesting Unlabeled Blank Nodes in Turtle",
"title": "Nesting of Blank Nodes without Blank Node Identifiers",
"number": "2.7"
},
{
Expand All @@ -119,6 +119,20 @@
"title": "Collections",
"number": "2.8"
},
{
"id": "quoted-triples",
"href": "https://www.w3.org/TR/rdf12-turtle/#quoted-triples",
"level": 3,
"title": "Quoted Triples",
"number": "2.9"
},
{
"id": "annotation-syntax",
"href": "https://www.w3.org/TR/rdf12-turtle/#annotation-syntax",
"level": 4,
"title": "Annotation Syntax",
"number": "2.9.1"
},
{
"id": "sec-examples",
"href": "https://www.w3.org/TR/rdf12-turtle/#sec-examples",
Expand Down
1 change: 1 addition & 0 deletions tr/idl/webrtc-stats.idl
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ dictionary RTCInboundRtpStreamStats : RTCReceivedRtpStreamStats {
DOMHighResTimeStamp lastPacketReceivedTimestamp;
unsigned long long headerBytesReceived;
unsigned long long packetsDiscarded;
unsigned long long fecBytesReceived;
unsigned long long fecPacketsReceived;
unsigned long long fecPacketsDiscarded;
unsigned long long bytesReceived;
Expand Down
706 changes: 706 additions & 0 deletions tr/ids/CSP3.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions tr/ids/rdf12-n-quads.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@
"https://www.w3.org/TR/rdf12-n-quads/#grammar-production-graphLabel",
"https://www.w3.org/TR/rdf12-n-quads/#grammar-production-literal",
"https://www.w3.org/TR/rdf12-n-quads/#grammar-production-quotedTriple",
"https://www.w3.org/TR/rdf12-n-quads/#grammar-declaration-terminals",
"https://www.w3.org/TR/rdf12-n-quads/#terminals",
"https://www.w3.org/TR/rdf12-n-quads/#grammar-production-IRIREF",
"https://www.w3.org/TR/rdf12-n-quads/#grammar-production-BLANK_NODE_LABEL",
"https://www.w3.org/TR/rdf12-n-quads/#grammar-production-LANGTAG",
Expand Down
2 changes: 2 additions & 0 deletions tr/ids/rdf12-n-triples.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@
"https://www.w3.org/TR/rdf12-n-triples/#grammar-production-object",
"https://www.w3.org/TR/rdf12-n-triples/#grammar-production-literal",
"https://www.w3.org/TR/rdf12-n-triples/#grammar-production-quotedTriple",
"https://www.w3.org/TR/rdf12-n-triples/#grammar-declaration-terminals",
"https://www.w3.org/TR/rdf12-n-triples/#terminals",
"https://www.w3.org/TR/rdf12-n-triples/#grammar-production-IRIREF",
"https://www.w3.org/TR/rdf12-n-triples/#grammar-production-BLANK_NODE_LABEL",
"https://www.w3.org/TR/rdf12-n-triples/#grammar-production-LANGTAG",
Expand Down
Loading

0 comments on commit 4a19179

Please sign in to comment.