- From: Thierry MICHEL <tmichel@w3.org>
- Date: Fri, 18 Apr 2014 08:31:56 +0200
- To: W3C Public TTWG <public-tt@w3.org>, Pierre-Anthony Lemieux <pal@sandflow.com>
Pierre,
There are a few bugs in the document, which must be fixed. Please see
bellow.
1- HTML validation
there was an Error Line 679, Column 49: The width attribute on the col
element is obsolete. Must use CSS instead.
<colgroup> <col span="1" width="25%"> <col span="1"> </colgroup>
I have replaced using CSS as follows
<colgroup> <col span="1" style="width:25%"> <col span="1"> </colgroup>
2- CSS validation: OK
3- I have edited the SOTD section to have it Pubrules conformat
4- Links validation
There are a few Broken fragments which MUST be fixed by yourself.
http://www.w3.org/TR/2014/WD-ttml-imsc1-20140501/Overview.html#h3_ttp-aspectratio
(lines 2302, 2305)
http://www.w3.org/TR/2014/WD-ttml-imsc1-20140501/Overview.html#h3_ttp-progressivelydecodable
(lines 2291, 2294)
http://www.w3.org/TR/2014/WD-ttml-imsc1-20140501/Overview.html#h3_tts-forceddisplay
(lines 2313, 2316)
5- Namespace validation
Error The Namespaces Checker was used for this test. The following is a
list of URIs that might be (broken) namespace URIs. Note: If they are
not namespace URIs, please just let the Webmaster know in your
publication request.
http://www.w3.org/ns/ttml/profile/imsc (1 occurrence)
-> 404 (Not Found)
http://www.w3.org/ns/ttml/profile/imsc/image (1 occurrence)
-> 404 (Not Found)
http://www.w3.org/ns/ttml/profile/imsc/text (1 occurrence)
-> 404 (Not Found)
http://www.smpte-ra.org/schemas/2052-1/2010/smpte-tt#image (5 occurrences)
-> 404 (Not Found)
http://www.w3.org/TR/ttml-imsc1/ (1 occurrence)
-> 404 (Not Found)
These URI should be resolved.
6-The document is in its final destination, though it will need another
upload there, as there are changes to be added on your side.
http://www.w3.org/TR/2014/WD-ttml-imsc1-20140501/Overview.html
Let me know when you are done.
you may want to edit the document from the above URI to saves my changes.
Best,
Thierry
Received on Friday, 18 April 2014 06:32:32 UTC