(1) add wgPatentURI;
authorGlenn Adams <glenn@skynav.com>
Thu, 30 Aug 2012 17:12:56 +0800
changeset 268 dd58d5018c99
parent 267 ba7393dfe522
child 269 99f4dd11e93d
(1) add wgPatentURI;
(2) remove extraneous extraCSS URI;
(3) revise R0021 - R0024 to correctly spell generic family values, and more accuately describe values;
ttml10-sdp-us/Overview.html
--- a/ttml10-sdp-us/Overview.html	Sun Aug 26 10:53:39 2012 +0800
+++ b/ttml10-sdp-us/Overview.html	Thu Aug 30 17:12:56 2012 +0800
@@ -42,8 +42,7 @@
           // lcEnd: "2009-08-05",
 
           // if you want to have extra CSS, append them to this list
-          // it is recommended that the respec.css stylesheet be kept
-          extraCSS:             ["http://dev.w3.org/2009/dap/ReSpec.js/css/respec.css"],
+          extraCSS: [],
 
           // editors, add as many as you like
           // only "name" is required
@@ -77,7 +76,7 @@
           // This is important for Rec-track documents, do not copy a patent URI from a random
           // document unless you know what you're doing. If in doubt ask your friendly neighbourhood
           // Team Contact.
-          wgPatentURI:  "",
+          wgPatentURI:  "http://www.w3.org/2004/01/pp-impl/34314/status",
       };
 </script>
 <style>
@@ -841,26 +840,26 @@
 <p>Processors MUST support the capability to present documents where the following constraints apply:</p>
 <p data-transform='constraint'>The document MUST use the tts:fontFamily attribute using only the following values:</p>
 <ul>
-<li>Default</li>
+<li>default</li>
 <li>monospaceSerif</li>
 <li>proportionalSerif</li>
 <li>monospaceSansSerif</li>
 <li>proportionalSansSerif</li>
-<li>Casual</li>
-<li>Cursive</li>
-<li>Smallcap</li>
+<li>casual</li>
+<li>cursive</li>
+<li>smallcaps</li>
 </ul>
-<p>Note: fontStyle strings(s) not bound to generic classes in TTML 1.0, such as casual, cursive and smallcap styles, may be used. These would be interpreted as local font names, if not found then the default style would be used.</p>
+<p>Note: fontFamily values that do not not correspond to generic font family names in TTML 1.0, such as <code>casual</code>, <code>cursive</code> and <code>smallcaps</code>, may be used. These are to be interpreted as local font names, which, if not available, the <code>default</code> font family is to be used.</p>
 <p data-transform='constraint'>A player MUST map the generic font names to fonts as follows</p>
 <table>
 <tr>
-<th>Style</th>
-<th>Style Name</th>
+<th>Style Value</th>
+<th>Description</th>
 <th>Comments</th>
 </tr>
 <tr>
-<td>Default</td>
-<td>Default</td>
+<td>default</td>
+<td>default</td>
 <td>One of the below</td>
 </tr>
 <tr>
@@ -884,24 +883,24 @@
 <td>Similar to Arial and Swiss</td>
 </tr>
 <tr>
-<td>Casual</td>
+<td>casual</td>
 <td>Casual font type</td>
 <td>Similar to Dom and Impress</td>
 </tr>
 <tr>
-<td>Cursive</td>
+<td>cursive</td>
 <td>Cursive font type</td>
 <td>Similar to Coronet and Marigold</td>
 </tr>
 <tr>
-<td>Smallcap</td>
-<td>Small types</td>
+<td>smallcaps</td>
+<td>Smallcap types</td>
 <td>Similar to Engravers Gothic</td>
 </tr>
 </table>
-<p data-transform='constraint'>The player MUST allow the user to specify a generic fontFamily for the document using the fontStyle(s) shown in the preceding table.</p>
-<p data-transform='constraint'>The player MUST allow the user to specify character edge attributes and types for the generic fontFamily names for the fontStyle(s) shown in the preceding table.</p>
-<p>Note: Player and Unicode code point support is in <a href="#code_points">Code Point support</a></p>
+<p data-transform='constraint'>The player MUST allow the user to specify a generic fontFamily for the document using the values shown in the preceding table.</p>
+<p data-transform='constraint'>The player MUST allow the user to specify character edge attributes and types for the generic fontFamily names for the values shown in the preceding table.</p>
+<p>Note: Player and Unicode code point support is defined in <a href="#code_points">Code Point support</a></p>
 </section>
 </section>
 <section id='Constrained_TTML_Feature_display_display_fontSize'>
@@ -940,8 +939,8 @@
 <p>Note: This is equivalent to one cell using the default grid. A player is however not required to support the grid metric.</p>
 </section>
 </section>
-<section id='Constrained_TTML_Feature_display_display_fontStyle_italics'>
-<h2>Use of Constrained TTML Feature <span data-transform='term'>fontStyle-italics</span></h2>
+<section id='Constrained_TTML_Feature_display_display_fontStyle_italic'>
+<h2>Use of Constrained TTML Feature <span data-transform='term'>fontStyle-italic</span></h2>
 <p></p>
 <section class='Usage_Scenario'>
 <h4>Usage Scenario</h4>
@@ -954,7 +953,7 @@
 <th>Constraint</th>
 </tr>
 <tr>
-<td>#fontStyle-italics</td>
+<td>#fontStyle-italic</td>
 <td>Required with constraints</td>
 <td>span</td>
 <td>span</td>