- From: <bugzilla@jessica.w3.org>
- Date: Fri, 09 May 2014 19:48:44 +0000
- To: public-texttracks@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25636
Bug ID: 25636
Summary: [WebVTT] Regions should not change the font size or
line height
Product: TextTracks CG
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: WebVTT
Assignee: dave.null@w3.org
Reporter: philipj@opera.com
QA Contact: public-texttracks@w3.org
CC: philipj@opera.com, silviapfeiffer1@gmail.com
Without regions the default font is '5vh sans-serif'. With regions font is
'(0.0533/1.3)vh sans-serif' and line-height is '0.0533vh'. (The values are 100
times too small, but that's just a typo.)
This is weird, as mixing regions and plain cues would result in differently
sized text unless overridden.
Those who want to emulate 608 (80/15=5.33) can do so by changing the font using
CSS, e.g.
::cue {
font: 4.1vh monospace;
line-height: 5.33vh;
}
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Friday, 9 May 2014 19:48:46 UTC