- From: <bugzilla@jessica.w3.org>
- Date: Tue, 04 Nov 2014 22:23:03 +0000
- To: public-html-media@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27241
Bug ID: 27241
Summary: Fix step 1 of the TrackDefault constructor.
Product: HTML WG
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: Media Source Extensions
Assignee: adrianba@microsoft.com
Reporter: acolwell@google.com
QA Contact: public-html-bugzilla@w3.org
CC: mike@w3.org, public-html-media@w3.org
Step 1 of the TrackDefault constructor needs to be fixed so that it doesn't
always throw an exception.
"if language is not an empty string or language is not a BCP 47 language tag"
should be changed to
"If language is not an empty string and language is not a BCP 47 language tag"
--
You are receiving this mail because:
You are on the CC list for the bug.
Received on Tuesday, 4 November 2014 22:23:05 UTC