There are 16 comments (sorted by their types, and the section they are about).
general comment comments
Comment LC-2982
Commenter: Andreas Tai <tai@irt.de> (archived message ) Context: B. Forced content (non-normative) Fig. 3 Illustration of th...
Status: open
proposal
pending
resolved_yes
resolved_no
resolved_partial
other
assigned to Pierre-Anthony Lemieux
Type: substantive
editorial
typo
question
general comment
undefined
Resolution status: Response drafted
Resolution implemented
Reply sent to commenter
Response status:
No response from Commenter yet
Commenter approved disposition
Commenter objected to dispositionCommenter's response (URI):
Comment :------------------------
Annex B Forced Content
------------------------
A code example may be an illustrative help for the shown use case.
Related issues: (space separated ids)
WG Notes: See Example 4 at https://dvcs.w3.org/hg/ttml/raw-file/tip/ttml-ww-profiles/ttml-ww-profiles.html
Resolution: We have added Example 4 at https://dvcs.w3.org/hg/ttml/raw-file/tip/ttml-ww-profiles/ttml-ww-profiles.html (Please make sure the resolution is adapted for public consumption)
substantive comments
Comment LC-2975
Commenter: Andreas Tai <tai@irt.de> (archived message ) Context: 3. Conformance
Status: open
proposal
pending
resolved_yes
resolved_no
resolved_partial
other
assigned to Pierre-Anthony Lemieux
Type: substantive
editorial
typo
question
general comment
undefined
Resolution status: Response drafted
Resolution implemented
Reply sent to commenter
Response status:
No response from Commenter yet
Commenter approved disposition
Commenter objected to dispositionCommenter's response (URI):
Comment :------------------------------
3. Conformance
------------------------------
The term "subtitle document" is not defined in IMSC 1 and TTML 1 but
used frequently in a normative context. It may be helpful to define it
in Section 2.
Related issues: (space separated ids)
WG Notes: Replaced with Document Instance at https://dvcs.w3.org/hg/ttml/raw-file/tip/ttml-ww-profiles/ttml-ww-profiles.html
Resolution: We have replaced the term "subtitle document" with "Document Instance", which is a defined term, at https://dvcs.w3.org/hg/ttml/raw-file/tip/ttml-ww-profiles/ttml-ww-profiles.html (Please make sure the resolution is adapted for public consumption)
Comment LC-2976
Commenter: Andreas Tai <tai@irt.de> (archived message ) Context: 4.1 General
Status: open
proposal
pending
resolved_yes
resolved_no
resolved_partial
other
assigned to Pierre-Anthony Lemieux
Type: substantive
editorial
typo
question
general comment
undefined
Resolution status: Response drafted
Resolution implemented
Reply sent to commenter
Response status:
No response from Commenter yet
Commenter approved disposition
Commenter objected to dispositionCommenter's response (URI):
Comment :------------------------------
4.1 General
------------------------------
From IMSC 1:
"In addition, the Text Profile subtitle document SHOULD be associated
with the Image Profile subtitle document such that, when image content
is encountered, assistive technologies have access to its corresponding
text form."
As far as I could see there is no defined method to link a Text profile
document to an Image Profile document through an element in the document
themselves. So it may helpful to add that his has to be done through an
external setting.
Related issues: (space separated ids)
WG Notes: See Revised Section 5.1 at https://dvcs.w3.org/hg/ttml/raw-file/tip/ttml-ww-profiles/ttml-ww-profiles.html
Resolution: We have added the sentence "The method by which this association is made is left to each application" to the revised Section 5.1 at https://dvcs.w3.org/hg/ttml/raw-file/tip/ttml-ww-profiles/ttml-ww-profiles.html (Please make sure the resolution is adapted for public consumption)
Comment LC-2968 : Origin and extent on div for image based subtitles
Commenter: Simon Hailes <Simon.Hailes@screensystems.tv> (archived message ) Context: Image Profile
Status: open
proposal
pending
resolved_yes
resolved_no
resolved_partial
other
assigned to Pierre-Anthony Lemieux
Type: substantive
editorial
typo
question
general comment
undefined
Resolution status: Response drafted
Resolution implemented
Reply sent to commenter
Response status:
No response from Commenter yet
Commenter approved disposition
Commenter objected to dispositionCommenter's response (URI):
Comment :Dear all,
As the public review period nears its end, I'd like to highlight a positive addition to the imsc spec to facilitate image based subtitling.
A basic image based subtitling script file will normally contain:
Incue/Outcue
Image name/url
Image position
Optionally, image size may be specified, and the overall size of the canvas may be specified.
Imsc by inclusion of backgroundimage just about allows for these. But the specification of image size and position is very convoluted.
For image based subtitling, position and size of the image in relation to the video is paramount.
It would be really good if tts:origin and tts:extent were enabled on div for image based subtitling; at the moment I cannot see how they are allowed. Please correct me and include a sample in the document if I am wrong.
It would also be good to be explicit about image scaling. Ideally, the image should be scaled to match the specified image extent (with some notes that if this scaling is close to 1:1 after taking into account player size, etc., then the decoder may prefer not to scale to retain quality).
This modification would make image based subtitling in imsc a relatively simple and easy to understand construct. It makes it almost as simple to write as current extant image + script formats, and (I would imagine) make it relative easy to parse.
Modified example from http://en.wikipedia.org/wiki/User:Cwmwenallt/SMPTE-TT (i'm not claiming this was correct to start with!).
<tt xmlns:smpte="http://www.smpte-ra.org/schemas/2052-1/2010/smpte-tt"
xmlns="http://www.w3.org/ns/ttml"
xmlns:ttm="http://www.w3.org/ns/ttml#metadata"
xmlns:tts='http://www.w3.org/ns/ttml#styling'
xml:lang="en">
<head>
<layout>
<region xml:id="imageRegion" tts:color="transparent" tts:origin="0% 0%" tts:extent="100% 100%" >
<set begin="0.19305s" end="0.21581s" tts:origin="0px 2px" tts:extent="4px 8px" />
<set begin="5.89876s" end="8.09467s" tts:origin="230px 50px" tts:extent="243px 58px" />
<set begin="8.20106s" end="10.1922s" tts:origin="202px 50px" tts:extent="302px 64px" />
<set begin="10.3032s" end="12.2943s" tts:origin="180px 402px" tts:extent="341px 32px" />
</region>
</layout>
</head>
<body>
<div region="imageRegion">
<div begin="0.19305s" end="0.21581s" smpte:backgroundImage="Subtitles_EN/SPU0.png">
<p>[Example SMPTE-TT file]</p>
</div>
<div begin="5.89876s" end="8.09467s" smpte:backgroundImage="Subtitles_EN/SPU1.png">
<p>Hello Wikipedia</p>
</div>
<div begin="8.20106s" end="10.1922s" smpte:backgroundImage="Subtitles_EN/SPU2.png">
<p>This is a basic Example</p>
</div>
<div begin="10.3032s" end="12.2943s" smpte:backgroundImage="Subtitles_EN/SPU3.png" >
<p>of pop on style captioning with preformatted background images</p>
</div>
</div>
</body>
</tt>
Becomes (I did not add the required namespace):
<tt xmlns:smpte="http://www.smpte-ra.org/schemas/2052-1/2010/smpte-tt"
xmlns="http://www.w3.org/ns/ttml"
xmlns:ttm="http://www.w3.org/ns/ttml#metadata"
xmlns:tts='http://www.w3.org/ns/ttml#styling'
xml:lang="en">
<head>
<layout>
<region xml:id="imageRegion" tts:color="transparent" tts:origin="0% 0%" tts:extent="100% 100%" >
</region>
</layout>
</head>
<body>
<div region="imageRegion">
<div begin="0.19305s" end="0.21581s" smpte:backgroundImage="Subtitles_EN/SPU0.png" tts:origin="0px 2px" tts:extent="4px 8px" >
<ittm:altText>[Example SMPTE-TT file]</ittm:altText>
</div>
<div begin="5.89876s" end="8.09467s" smpte:backgroundImage="Subtitles_EN/SPU1.png" tts:origin="230px 50px" tts:extent="243px 58px" >
<ittm:altText>Hello Wikipedia</ittm:altText>
</div>
<div begin="8.20106s" end="10.1922s" smpte:backgroundImage="Subtitles_EN/SPU2.png" tts:origin="202px 50px" tts:extent="302px 64px" >
<ittm:altText>This is a basic Example</ittm:altText>
</div>
<div begin="10.3032s" end="12.2943s" smpte:backgroundImage="Subtitles_EN/SPU3.png" tts:origin="180px 402px" tts:extent="341px 32px" >
<ittm:altText>of pop on style captioning with preformatted background images</ittm:altText>
</div>
</div>
</body>
</tt>
Best regards,
Simon Hailes.
p.s. please reply direct if you have any comments/questions. I don't monitor the mailing lists....
Simon Hailes | Chief Technology Officer | Screen
Main Line : +44 1473 831700 | Ext : 2161 |Mobile : +44 7802 759311 | Fax : +44 1473 830078
Simon.Hailes@screensystems.tv<mailto:Simon.Hailes@screensystems.tv> | www.screensystems.tv<http://www.screensystems.tv> | https://twitter.com/screensystems
Visit us at
SMPTE Annual Technical Conference, Loews Hollywood Hotel, Stand 107, October 21-23
Languages & the Media, Hotel Radission Blu, Berlin, November 5-7
P Before printing, think about the environment
This message may contain confidential and/or privileged information. If you are not the intended recipient you must not use, copy, disclose or take any action based on this message or any information herein. If you have received this message in error, please advise the sender immediately by reply e-mail and delete this message. Thank you for your cooperation. Screen Subtitling Systems Ltd. Registered in England No. 2596832. Registered Office: The Old Rectory, Claydon Church Lane, Claydon, Ipswich, Suffolk, IP6 0EQ
Related issues: 176
(space separated ids)
WG Notes: An objective of IMSC 1 is to leverage as much as possible existing TTML 1 implementations, and IMSC 1 is as such based on TTML 1. Allowing tts:extent and tts:origin to have a meaning on elements other than <region> would be a significant departure from this objective. Moreover it is straightforward to create as many <region>s as there are unique combinations of origin and extent across subtitles/captions.
The intent is to include such a feature in TTML 2 (see issue 176)
Resolution: An objective of IMSC 1 is to leverage as much as possible existing TTML 1 implementations, and IMSC 1 is as such based on TTML 1. Allowing tts:extent and tts:origin to have a meaning on elements other than <region> would be a significant departure from this objective. Moreover it is straightforward to create as many <region>s as there are unique combinations of origin and extent across subtitles/captions.
The intent is to include such a feature in TTML 2 (see issue 176)
We have added an informative note at Section 8.3 of https://dvcs.w3.org/hg/ttml/raw-file/tip/ttml-ww-profiles/ttml-ww-profiles.html describing the use of multiple <region> elements to achieve positioning of individual subtitle/caption. (Please make sure the resolution is adapted for public consumption)
Comment LC-2973
Commenter: Andreas Tai <tai@irt.de> (archived message ) Context: 5.2 Foreign Element and Attributes A subtitle document MAY...
Status: open
proposal
pending
resolved_yes
resolved_no
resolved_partial
other
assigned to Pierre-Anthony Lemieux
Type: substantive
editorial
typo
question
general comment
undefined
Resolution status: Response drafted
Resolution implemented
Reply sent to commenter
Response status:
No response from Commenter yet
Commenter approved disposition
Commenter objected to dispositionCommenter's response (URI):
Comment :It would be good to give more emphasis that a presentation processor
should not reject a document "with foreign namespace elements or
attributes".
Examples for possible edits:
a) "...*The subtitle document SHALL be processed but* such elements and
attributes may be ignored by the presentation processor or
transformation processor."
b) "A *conforming* subtitle document may contain elements and attributes
that are neither specifically permitted nor forbidden by a profile."
It may be a good idea to align this paragraph with the section in TTML
5.3.2. As far as I can see it is not explicitly forbidden to use the
IMSC namespaces for extensions. So either in IMSC 1 5.3 or somewhere
else an additional constraint may be added.
Related issues: (space separated ids)
WG Notes: See revised Section 6.2 and last paragraph of Section 6.3 at https://dvcs.w3.org/hg/ttml/raw-file/tip/ttml-ww-profiles/ttml-ww-profiles.html
Resolution: We have permitted ("may") elements and attributes that are not explicitly permitted or prohibited by a profile, and aligned with TTML1 the wording regarding namespace mutability. See revised Section 6.2 and last paragraph of Section 6.3 at https://dvcs.w3.org/hg/ttml/raw-file/tip/ttml-ww-profiles/ttml-ww-profiles.html (Please make sure the resolution is adapted for public consumption)
Comment LC-2977
Commenter: Andreas Tai <tai@irt.de> (archived message ) Context: 5.7.3 itts:forcedDisplay itts:forcedDisplay allows the proc...
Status: open
proposal
pending
resolved_yes
resolved_no
resolved_partial
other
assigned to Pierre-Anthony Lemieux
Type: substantive
editorial
typo
question
general comment
undefined
Resolution status: Response drafted
Resolution implemented
Reply sent to commenter
Response status:
No response from Commenter yet
Commenter approved disposition
Commenter objected to dispositionCommenter's response (URI):
Comment :------------------------------
5.7.3 itts:forcedDisplay - value matrix
------------------------------
In general I would welcome a bit more text about the details of value
combinations. There is text for "displayForcedMode=true,
itts:forcedDisplay=false" but not for "displayForcedMode=true,
itts:forcedDisplay=true". Maybe a matrix would be helpful with
tts:visibilily (visible, hidden), displayForcedDisplay parameter (true,
fase) annd itts:forcedDisplay (true, false).
------------------------------
5.7.3 itts:forcedDisplay - Informative Note
------------------------------
The first note could possibly be improved if it is noted that this has
an effect only if a "non-transparent background" is directly defined for
the region (e.g. in most cases I have seen for the usage of EBU-TT-D the
background will be applied through the content elements).
Related issues: (space separated ids)
WG Notes: See revised second paragraph of Section 6.7.3 and Note 1 at https://dvcs.w3.org/hg/ttml/raw-file/tip/ttml-ww-profiles/ttml-ww-profiles.html
Resolution: See revised second paragraph of Section 6.7.3 and Note 1 at https://dvcs.w3.org/hg/ttml/raw-file/tip/ttml-ww-profiles/ttml-ww-profiles.html
While NOTE 1 might apply only when non-transparent background is used on a region, the intent of the note is broader: warning authors that making all elements within a region hidden does not necessarily hide the region. (Please make sure the resolution is adapted for public consumption)
Comment LC-2978
Commenter: Andreas Tai <tai@irt.de> (archived message ) Context: 5.7.4 ittm:altText ittm:altText allows an author to provide...
Status: open
proposal
pending
resolved_yes
resolved_no
resolved_partial
other
assigned to Pierre-Anthony Lemieux
Type: substantive
editorial
typo
question
general comment
undefined
Resolution status: Response drafted
Resolution implemented
Reply sent to commenter
Response status:
No response from Commenter yet
Commenter approved disposition
Commenter objected to dispositionCommenter's response (URI):
Comment :------------------------------
5.7.4 ittm:altText - Optionality of attributes
------------------------------
For the XML Representation you may repeat the part from 2.3 TTML 1 where
it states that bold-face attribute names are required and the others are
optional (personally I would prefer the keyword "REQUIRED" after the
attribute name). Without that it may not be clear if the attributes are
optional or required.
------------------------------
5.7.4 ittm:altText - Typo
------------------------------
End of "Note:": Replace ". ." with "."
Related issues: (space separated ids)
WG Notes: See "Documentation Conventions" section and revised Section 5.7.4 at https://dvcs.w3.org/hg/ttml/raw-file/tip/ttml-ww-profiles/ttml-ww-profiles.html
Resolution: The specification now explicitly references the documentation conventions of TTML 1.
See "Documentation Conventions" section and revised Section 5.7.4 at https://dvcs.w3.org/hg/ttml/raw-file/tip/ttml-ww-profiles/ttml-ww-profiles.html (Please make sure the resolution is adapted for public consumption)
Comment LC-2979
Commenter: Andreas Tai <tai@irt.de> (archived message ) Context: 5.10 Features Unless specified otherwise,a subtitle documen...
Status: open
proposal
pending
resolved_yes
resolved_no
resolved_partial
other
assigned to Pierre-Anthony Lemieux
Type: substantive
editorial
typo
question
general comment
undefined
Resolution status: Response drafted
Resolution implemented
Reply sent to commenter
Response status:
No response from Commenter yet
Commenter approved disposition
Commenter objected to dispositionCommenter's response (URI):
Comment :------------------------------
5.10 Features (Common)
------------------------------
#timing: It may be helpful to describe what you mean with the same
syntax (e.g. is 00:00:01, 00:00:01.0 and 00:00:01.000 a different syntax?)
Related issues: (space separated ids)
WG Notes: See revised #timing constraint at at https://dvcs.w3.org/hg/ttml/raw-file/tip/ttml-ww-profiles/ttml-ww-profiles.html
Resolution: See revised #timing constraint at at https://dvcs.w3.org/hg/ttml/raw-file/tip/ttml-ww-profiles/ttml-ww-profiles.html (Please make sure the resolution is adapted for public consumption)
Comment LC-2974
Commenter: Andreas Tai <tai@irt.de> (archived message ) Context: 5.10 Features Unless specified otherwise,a subtitle documen...
Status: open
proposal
pending
resolved_yes
resolved_no
resolved_partial
other
assigned to Pierre-Anthony Lemieux
Type: substantive
editorial
typo
question
general comment
undefined
Resolution status: Response drafted
Resolution implemented
Reply sent to commenter
Response status:
No response from Commenter yet
Commenter approved disposition
Commenter objected to dispositionCommenter's response (URI):
Comment :-----------------------------------
5.10 Features (Common features) #length-cell feature
-----------------------------------
IMSC 1 states that the #length-cell feature shall not be used. The
line-padding extension uses the cell metric. Not sure if this causes a
problem. On the one hand the extensions are "outside" of TTML 1 on the
other hand they use the cell metric as defined by TTML 1.
-----------------------------------
5.10 Features (Common features) -#length feature
-----------------------------------
The #length feature includes the support of the "c" metric
(http://www.w3.org/TR/ttml1/#feature-length). So you may add a
restriction here.
Related issues: (space separated ids)
WG Notes: See revised #length-cell constraint at https://dvcs.w3.org/hg/ttml/raw-file/tip/ttml-ww-profiles/ttml-ww-profiles.html
Resolution: Exception made to #length-cell for ebutts:linePadding. See revised #length-cell constraint at https://dvcs.w3.org/hg/ttml/raw-file/tip/ttml-ww-profiles/ttml-ww-profiles.html (Please make sure the resolution is adapted for public consumption)
Comment LC-2980
Commenter: Andreas Tai <tai@irt.de> (archived message ) Context: 6.3 Features
Status: open
proposal
pending
resolved_yes
resolved_no
resolved_partial
other
assigned to Pierre-Anthony Lemieux
Type: substantive
editorial
typo
question
general comment
undefined
Resolution status: Response drafted
Resolution implemented
Reply sent to commenter
Response status:
No response from Commenter yet
Commenter approved disposition
Commenter objected to dispositionCommenter's response (URI):
Comment :------------------------------
6.3 Features (Text Profile)
------------------------------
#textAlgin: A reference to the definition of the "defaultRegion" in TTML
1 would be helpful. I assume that ony the TTML experts know what the
defaultRegion is (e.g. some implementers gave in a TTML document
"defaultRegion" as value for xml:id).
Related issues: (space separated ids)
WG Notes: Default Region is now a defined term at https://dvcs.w3.org/hg/ttml/raw-file/tip/ttml-ww-profiles/ttml-ww-profiles.html
Resolution: Default Region is now a defined term at https://dvcs.w3.org/hg/ttml/raw-file/tip/ttml-ww-profiles/ttml-ww-profiles.html (Please make sure the resolution is adapted for public consumption)
Comment LC-2981
Commenter: Andreas Tai <tai@irt.de> (archived message ) Context: 8.2 Reference Fonts
Status: open
proposal
pending
resolved_yes
resolved_no
resolved_partial
other
assigned to Pierre-Anthony Lemieux
Type: substantive
editorial
typo
question
general comment
undefined
Resolution status: Response drafted
Resolution implemented
Reply sent to commenter
Response status:
No response from Commenter yet
Commenter approved disposition
Commenter objected to dispositionCommenter's response (URI):
Comment :-----------------------------
8.2 Reference Fonts
-----------------------------
A reference to presentation processors and transformation processors may
be helpful. A presentation processor SHALL lay out the text according to
the metrics and a transformation processor should use this metrics for
any calculation.
Related issues: (space separated ids)
WG Notes: See clarified text at Section 7.3 at https://dvcs.w3.org/hg/ttml/raw-file/tip/ttml-ww-profiles/ttml-ww-profiles.html
Resolution: See clarified text at Section 7.3 at https://dvcs.w3.org/hg/ttml/raw-file/tip/ttml-ww-profiles/ttml-ww-profiles.html (Please make sure the resolution is adapted for public consumption)
editorial comments
Comment LC-2971
Commenter: cyril Concolato <cyril.concolato@telecom-paristech.fr> (archived message ) Context: in
Status: open
proposal
pending
resolved_yes
resolved_no
resolved_partial
other
Not assigned
Type: substantive
editorial
typo
question
general comment
undefined
Resolution status: Response drafted
Resolution implemented
Reply sent to commenter
Response status:
No response from Commenter yet
Commenter approved disposition
Commenter objected to dispositionCommenter's response (URI):
Comment :Hi Pierre,
While reading the draft I noticed that the SMPTE spec does not have a
direct link to the document, which is not really convenient for readers.
Could you add it?
Cyril
Related issues: (space separated ids)
WG Notes: Mike Dolan recommends: https://www.smpte.org/standards
Nigel: https://www.smpte.org/sites/default/files/st2052-1-2010.pdf which
is what Google gives?
Mike Dolan says that the last is not a stable URL.
Resolution: We added the link https://www.smpte.org/standards to the [ST2052-1] reference at https://dvcs.w3.org/hg/ttml/raw-file/tip/ttml-ww-profiles/ttml-ww-profiles.html (Please make sure the resolution is adapted for public consumption)
Comment LC-2969
Commenter: chaals <chaals@yandex-team.ru> (archived message ) Context: 3. Conformance
Status: open
proposal
pending
resolved_yes
resolved_no
resolved_partial
other
assigned to Pierre-Anthony Lemieux
Type: substantive
editorial
typo
question
general comment
undefined
Resolution status: Response drafted
Resolution implemented
Reply sent to commenter
Response status:
No response from Commenter yet
Commenter approved disposition
Commenter objected to dispositionCommenter's response (URI):
Comment :Editorial:
3. Conformance
The document defines clearly that it uses the terms MUST, SHOULD, MAY and so on in line with RFC2119. This is good practice, and helps many spec users recognise what is meant. But it uses (beginning about the next line) SHALL throughout, which is undefined, and an uncommon word in modern english. I suggest replacing every instance of shall with must.
Related issues: (space separated ids)
WG Notes: ISO (as well as other SDOs) recommends [1] against using 'must' to 'avoid any confusion between the requirements of a document and external statutory obligations.'
[1] http://isotc.iso.org/livelink/livelink?func=ll&objId=4230456&objAction=browse&sort=subtype
W3C does not forbid the use of the term 'shall'.
IMSC 1 uses 'shall' consistently throughout.
SMPTE-TT and CFF-TT and EBU-TT-D use 'shall'.
Respec.js was updated to (a) recognize 'shall' and (b) include it in the RFC 2119 boilerplate prose.
Resolution: RFC 2119 specifies that 'shall' and 'must' have identical meanings.
We have added the term 'shall' to the list of RFC 2119 terms in the Section 4 Conformance at https://dvcs.w3.org/hg/ttml/raw-file/tip/ttml-ww-profiles/ttml-ww-profiles.html
We note also that Respec.js was recently updated to (a) recognize 'shall' and (b) include it in the RFC 2119 boilerplate prose. (Please make sure the resolution is adapted for public consumption)
Comment LC-2970
Commenter: chaals <chaals@yandex-team.ru> (archived message ) Context: 5.7 Extensions 5.7.1 ittp:aspectRatio The ittp:aspectRatio...
Status: open
proposal
pending
resolved_yes
resolved_no
resolved_partial
other
assigned to Pierre-Anthony Lemieux
Type: substantive
editorial
typo
question
general comment
undefined
Resolution status: Response drafted
Resolution implemented
Reply sent to commenter
Response status:
No response from Commenter yet
Commenter approved disposition
Commenter objected to dispositionCommenter's response (URI):
Comment :Editorial:
5.7
The definitions of each item here would be far clearer with an actual example.
It would be very helpful to choose a single formalism for syntax.
The example of an attribute which *I think* can be either
ittp:progressivelyDecodable="true"
or
ittp:progressivelyDecodable="false"
would be more helpful if it were described much as the following attribute, which says what elements it applies to, what values it can take, etc.
Related issues: (space separated ids)
WG Notes: > It would be very helpful to choose a single formalism for syntax.
As a profile of TTML 1, IMSC 1 follows TTML 1 conventions (TTML Section 2.3), which is different between parameters and style attributes.
> The definitions of each item here would be far clearer with an actual example.
Ok.
Resolution: We have:
- added a "document convention" section to IMSC1
- added one XML snippet example for each feature introduced by IMSC 1
These are in the editor's draft at: https://dvcs.w3.org/hg/ttml/raw-file/tip/ttml-ww-profiles/ttml-ww-profiles.html (Please make sure the resolution is adapted for public consumption)
Comment LC-2967 : Conformance, examples, parentheses
Commenter: <chaals@yandex-team.ru> (archived message ) Context: 8.1.4 Paint Images The Presentation Compositor SHALL paint...
Status: open
proposal
pending
resolved_yes
resolved_no
resolved_partial
other
assigned to Pierre-Anthony Lemieux
Type: substantive
editorial
typo
question
general comment
undefined
Resolution status: Response drafted
Resolution implemented
Reply sent to commenter
Response status:
No response from Commenter yet
Commenter approved disposition
Commenter objected to dispositionCommenter's response (URI):
Comment :Editorial:
8.1.4
NRGA(Ii)= (width of Ii ) ? height of Ii )
- there appears to be an excess right parethensis
generally
An example document, or several, would be a very helpful addition.
--
Charles McCathie Nevile - web standards - CTO Office, Yandex
chaals@yandex-team.ru - - - Find more at http://yandex.com
Related issues: (space separated ids)
WG Notes: > there appears to be an excess right parethensis in NRGA(Ii) at 8.1.4
Yes.
> An example document, or several, would be a very helpful addition.
Ok.
Resolution: We have:
- removed the excess right parethensis in NRGA(Ii) at 8.1.4
- added a complete example document
These changes are in the editor's draft at https://dvcs.w3.org/hg/ttml/raw-file/tip/ttml-ww-profiles/ttml-ww-profiles.html (Please make sure the resolution is adapted for public consumption)
Add a comment .