Skip to content

Commit 9c2a97d

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 18.4.6.
1 parent 4d8b8b2 commit 9c2a97d

21 files changed

+1481
-2196
lines changed

tr/algorithms/encrypted-media-2.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -422,19 +422,22 @@
422422
"html": "<p>\n If <var>content type</var> is the empty string, return <code>null</code>.\n </p>"
423423
},
424424
{
425-
"html": "<p>\n If <var>content type</var> is not a <a data-link-type=\"dfn|abstract-op\" href=\"https://www.w3.org/TR/encrypted-media-2/#dfn-valid-media-mime-type\" class=\"internalDFN\" id=\"ref-for-dfn-valid-media-mime-type-1\">valid media MIME type</a> or is\n unrecognized, continue to the next iteration.\n </p>"
425+
"html": "<p>\n Let <var>mimeType</var> be the result of running <a data-link-type=\"dfn\" href=\"https://mimesniff.spec.whatwg.org/#parse-a-mime-type\">parse a MIME type</a>\n with <var>content type</var>.\n </p>"
426426
},
427427
{
428-
"html": "<p>\n Let <var>container</var> be the container type specified by <var>content\n type</var>.\n </p>"
428+
"html": "<p>\n If <var>mimeType</var> is <code>failure</code> or is unrecognized, continue\n to the next iteration.\n </p>"
429+
},
430+
{
431+
"html": "<p>\n Let <var>container</var> be the container type specified by\n <var>mimeType</var>.\n </p>"
429432
},
430433
{
431434
"html": "<p>\n If the user agent does not support <var>container</var>, continue to the next\n iteration. The case-sensitivity of string comparisons is determined by the\n appropriate RFC.\n </p>"
432435
},
433436
{
434-
"html": "<p>\n Let <var>parameters</var> be the RFC 6381 [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://www.w3.org/TR/encrypted-media-2/#bib-rfc6381\" title=\"The 'Codecs' and 'Profiles' Parameters for &quot;Bucket&quot; Media Types\">RFC6381</a></cite>] parameters, if any,\n specified by <var>content type</var>.\n </p>"
437+
"html": "<p>\n Let <var>parameters</var> be the \"codecs\" and \"profiles\" RFC 6381 [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://www.w3.org/TR/encrypted-media-2/#bib-rfc6381\" title=\"The 'Codecs' and 'Profiles' Parameters for &quot;Bucket&quot; Media Types\">RFC6381</a></cite>]\n parameters, if any, of <var>mimeType</var>.\n </p>"
435438
},
436439
{
437-
"html": "<p>\n If the user agent does not recognize one or more <var>parameters</var>,\n continue to the next iteration.\n </p>"
440+
"html": "<p>\n If the user agent does not recognize one or more <var>parameters</var>, or if\n any parameters are not valid per the relevant specification, continue to the\n next iteration.\n </p>"
438441
},
439442
{
440443
"html": "<p>\n Let <var>media types</var> be the set of codecs and codec constraints\n specified by <var>parameters</var>. The case-sensitivity of string\n comparisons is determined by the appropriate RFC or other specification.\n </p>"
@@ -459,7 +462,7 @@
459462
]
460463
},
461464
{
462-
"html": "<p>\n If <var>content type</var> is not strictly a <var>audio/video type</var>,\n continue to the next iteration.\n </p>"
465+
"html": "<p>\n If <var>mimeType</var> is not strictly an <var>audio/video type</var>,\n continue to the next iteration.\n </p>"
463466
},
464467
{
465468
"html": "<p>\n If <var>encryption scheme</var> is non-null and is not recognized or not\n supported by <var>implementation</var>, continue to the next iteration.\n </p>"

tr/algorithms/sparql12-query.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,39 @@
44
"url": "https://www.w3.org/TR/sparql12-query/"
55
},
66
"algorithms": [
7+
{
8+
"html": "The result of this function is determined by going through the following steps.",
9+
"rationale": "if",
10+
"steps": [
11+
{
12+
"html": "If <code>term1</code> and <code>term2</code> are\n <a href=\"https://www.w3.org/TR/rdf12-concepts/#dfn-rdf-term-equality\" id=\"ref-for-index-term-same-rdf-term-2\">equal RDF terms</a>,\n then return TRUE."
13+
},
14+
{
15+
"html": "If <code>term1</code> or <code>term2</code> is an\n <a href=\"https://www.w3.org/TR/rdf12-concepts/#dfn-iri\" id=\"ref-for-index-term-iri-7\">IRI</a> or a\n <a href=\"https://www.w3.org/TR/rdf12-concepts/#dfn-blank-node\" id=\"ref-for-index-term-blank-node-9\">blank node</a>\n then return FALSE."
16+
},
17+
{
18+
"html": "If <code>term1</code> and <code>term2</code> are both\n <a href=\"https://www.w3.org/TR/rdf12-concepts/#dfn-literal\" id=\"ref-for-index-term-literal-6\">literals</a>\n and one or both of these literals has a datatype that is\n not handled by the SPARQL processor,\n then produce a type error."
19+
},
20+
{
21+
"html": "If <code>term1</code> and <code>term2</code> are both\n <a href=\"https://www.w3.org/TR/rdf12-concepts/#dfn-literal\" id=\"ref-for-index-term-literal-7\">literals</a>\n and one or both of these literals are known to be\n <a href=\"https://www.w3.org/TR/rdf12-concepts/#dfn-ill-typed\" id=\"ref-for-index-term-ill-typed-1\">ill-typed</a>,\n then produce a type error."
22+
},
23+
{
24+
"html": "<code>\"NaN\"^^xsd:double</code> and <code>\"NaN\"^^xsd:float</code> are considered to \n represent the same value.\n If <code>term1</code> and <code>term2</code> are\n both \"NaN\" for either xsd:double or xsd:float, then \n return TRUE."
25+
},
26+
{
27+
"html": "If <code>term1</code> and <code>term2</code> are both \n <a href=\"https://www.w3.org/TR/rdf12-concepts/#dfn-literal\" id=\"ref-for-index-term-literal-8\">literals</a>\n and the SPARQL processor can determine that their the values are equal,\n then return TRUE."
28+
},
29+
{
30+
"html": "If <code>term1</code> and <code>term2</code> are both \n <a href=\"https://www.w3.org/TR/rdf12-concepts/#dfn-literal\" id=\"ref-for-index-term-literal-9\">literals</a>\n and the SPARQL processor can determine the values can not be equal,\n then return FALSE."
31+
},
32+
{
33+
"html": "If <code>term1</code> and <code>term2</code> are both \n <a href=\"https://www.w3.org/TR/rdf12-concepts/#dfn-triple-term\" id=\"ref-for-index-term-triple-term-9\">triple terms</a>,\n apply the function <code>sameValue</code> pair-wise to each of the components.\n Return TRUE if each component pair returns TRUE;\n produce a type error if any component pair produces an error;\n otherwise return FALSE."
34+
},
35+
{
36+
"html": "Otherwise, return FALSE."
37+
}
38+
]
39+
},
740
{
841
"html": "with Dedup(M(Ψ)) being an order-preserving, duplicate-free version of the sequence M(Ψ); that is, Dedup(M(Ψ)) is a sequence of lists that has the following four properties\n (where each such list in this sequence may contain RDF terms and\n errors, as it is produced by the <a href=\"https://www.w3.org/TR/sparql12-query/#defn_ListEval\">ListEval</a> function).",
942
"rationale": "for",

0 commit comments

Comments
 (0)