|
5 | 5 | }, |
6 | 6 | "algorithms": [ |
7 | 7 | { |
8 | | - "html": "This registry maintains a mapping between codec strings and registration\nspecifications as described below.", |
| 8 | + "html": "This registry maintains a mapping between <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webcodecs/#codec-string\" id=\"ref-for-codec-string\">codec strings</a> and registration\nspecifications as described below.", |
9 | 9 | "rationale": "if", |
10 | 10 | "steps": [ |
11 | 11 | { |
12 | | - "html": "<p>Each entry must include a unique codec string, a common name string, and a\nlink to the codec’s specification.</p>" |
| 12 | + "html": "<p>Each entry must include a unique <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webcodecs/#codec-string\" id=\"ref-for-codec-string①\">codec string</a>, a common name string, and a\nlink to the codec’s specification.</p>" |
13 | 13 | }, |
14 | 14 | { |
15 | | - "html": "The codec string must be crafted as follows:", |
| 15 | + "html": "The <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webcodecs/#codec-string\" id=\"ref-for-codec-string②\">codec string</a> must be crafted as follows:", |
16 | 16 | "rationale": "if", |
17 | 17 | "steps": [ |
18 | 18 | { |
19 | | - "html": "<p>If the codec string contains a fixed prefix with variable suffix values,\nthe suffix must be represented by an asterisk and the registration’s\npublic specification must describe how to fully qualify the variable\nportion of the string.</p>" |
| 19 | + "html": "<p>If the <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webcodecs/#codec-string\" id=\"ref-for-codec-string③\">codec string</a> contains a fixed prefix with variable suffix values,\nthe suffix must be represented by an asterisk and the registration’s\npublic specification must describe how to fully qualify the variable\nportion of the string.</p>" |
20 | 20 | }, |
21 | 21 | { |
22 | 22 | "html": "<p>Otherwise, if the codec is recognized by multiple strings, a single\npreferred string should be listed and the registration’s specification\nmust list the other allowed strings.</p>" |
|
39 | 39 | "html": "<p>Candidate entries must be announced by filing an issue in the <a href=\"https://github.com/w3c/webcodecs/issues/\">WebCodecs GitHub issue tracker</a> so they can be discussed and evaluated for compliance before being added to\nthe registry. The Media Working Group may seek expertise from outside the\nWorking Group as part of its evaluation, e.g., from the codec specification\neditors or relevant standards group. If the codec specification is not\npublicly available, it must be made available to the Working Group for\nevaluation. If the Working Group reaches consensus to accept the candidate,\na pull request should be drafted (either by editors or by the party\nrequesting the candidate registration) to register the candidate.\nThe registry editors will review and merge the pull request.</p>" |
40 | 40 | }, |
41 | 41 | { |
42 | | - "html": "<p>Existing entries cannot be deleted or deprecated. They may be changed after\nbeing published through the same process as candidate entries. Possible\nchanges include expansion of the codec string to better qualify the codec,\nadjustments to the codec name string, and modification of the link to the\ncodec’s specification.</p>" |
| 42 | + "html": "<p>Existing entries cannot be deleted or deprecated. They may be changed after\nbeing published through the same process as candidate entries. Possible\nchanges include expansion of the <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webcodecs/#codec-string\" id=\"ref-for-codec-string④\">codec string</a> to better qualify the codec,\nadjustments to the codec name string, and modification of the link to the\ncodec’s specification.</p>" |
43 | 43 | } |
44 | 44 | ] |
45 | 45 | } |
|
0 commit comments