ISSUE-33: ts:fontFamily and quotedString
tts:fontFamily quotedString
ts:fontFamily and quotedString
- State:
- CLOSED
- Product:
- TTML 1.0
- Raised by:
- Philippe Le Hégaret
- Opened on:
- 2008-12-08
- Description:
- Section 8.2.9 says:
[[
8.2.9 tts:fontFamily
Values: (<familyName> | <genericFamilyName>) ("," (<familyName> |
<genericFamilyName>))* | inherit
]]
Section 8.3.5 says:
[[
8.3.5 <familyName>
A <familyName> expression specifies a font family name.
If the name contains a whitespace or quotation delimiter character, then
it must be expressed as a <quotedString>.
<familyName> : <string> | <quotedString>
]]
However, I noticed that some of the tests contain:
tts:fontFamily="MS Gothic"
Should the string "MS Gothic" be quoted since it contains a whitespace,
and be written as:
tts:fontFamily='"MS Gothic"'
It seems section 8.3.5 needs to be revised to match [1]. What's the
point of forcing quotes in case of whitespaces when the delimiter for
multiple font names is the comma?
- Related Actions Items:
- No related actions
- Related emails:
- [minutes] Timed Text 20130725 (from plh@w3.org on 2013-07-25)
- Agenda for TT telecon 9th April (from Sean.Hayes@microsoft.com on 2009-04-09)
Related notes:
http://lists.w3.org/Archives/Public/public-tt/2008Oct/0019.html
Philippe Le Hégaret, 8 Dec 2008, 21:41:19implemented in TTAF1-DFXP 20090415 update
Glenn Adams, 16 Apr 2009, 02:52:21Display change log