This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 16170 - CSS 'text-align' property has inconsistent values
Summary: CSS 'text-align' property has inconsistent values
Status: RESOLVED INVALID
Alias: None
Product: TextTracks CG
Classification: Unclassified
Component: WebVTT (show other bugs)
Version: unspecified
Hardware: PC All
: P2 minor
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: This bug has no owner yet - up for the taking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-29 23:56 UTC by vcarbune
Modified: 2012-03-02 12:31 UTC (History)
3 users (show)

See Also:


Attachments

Description vcarbune 2012-02-29 23:56:08 UTC
In section 3.5.1 Applying CSS properties to WebVTT Node Object:
http://dev.w3.org/html5/webvtt/#applying-css-properties-to-webvtt-node-objects

"The 'text-align' property on the (root) List of WebVTT Node Objects must be set to the value in the second cell of the row of the table below whose first cell is the value of the corresponding cue's text track cue alignment:

Text track cue alignment	 'text-align' value
Start alignment	                   'start'
Middle alignment	           'center'
End alignment	                   'end'
"

The second column should contain valid CSS values for the 'text-align' property (I assume 'left', 'center' and 'right').
Comment 1 Simon Pieters 2012-03-01 08:42:09 UTC
'start' and 'end' are valid values, and I think they are deliberate.

http://dev.w3.org/csswg/css3-text/#text-align0
Comment 2 vcarbune 2012-03-02 12:31:09 UTC
Indeed, I was reading the old spec.
Thank you Simon for pointing that out.