[Bug 28267] [webvtt] 3.1 Line wrapping for non-Latin scripts [I18N-ISSUE-434]

https://www.w3.org/Bugs/Public/show_bug.cgi?id=28267

--- Comment #9 from Philip Jägenstedt <philipj@opera.com> ---
(In reply to Silvia Pfeiffer from comment #8)
> (In reply to Philip Jägenstedt from comment #7)
> > (In reply to Silvia Pfeiffer from comment #6)
> > > To address the remaining issues of this bug, should we put default values on
> > > 'line-break:auto' and 'word-break:normal' and should we replace
> > > 'word-wrap:break-word' with 'word-wrap:break-word'?
> > 
> > I don't know, I actually think we should just use the default settings of
> > all white space- and line breaking-related CSS properties and just make sure
> > they're whitelisted for overriding if necessary. Not sure what good we're
> > doing by changing the defaults.
> 
> I believe the feedback was that there isn't a default unless we provide one.

Perhaps I misunderstood something, surely getComputedStyle(cue).wordWrap would
return *something* if cue were possible to access? Is it that we're integrating
with CSS in some way which requires us to define this even in an implementation
there would be no need to do anything corresponding?

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Monday, 8 June 2015 12:52:49 UTC