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 27241 - Fix step 1 of the TrackDefault constructor.
Summary: Fix step 1 of the TrackDefault constructor.
Status: RESOLVED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: Media Source Extensions (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: CR
Assignee: Aaron Colwell
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-04 22:23 UTC by Aaron Colwell
Modified: 2014-11-05 14:44 UTC (History)
3 users (show)

See Also:


Attachments

Description Aaron Colwell 2014-11-04 22:23:03 UTC
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"
Comment 1 Aaron Colwell 2014-11-04 23:07:53 UTC
Change committed...
https://dvcs.w3.org/hg/html-media/rev/97e7a06cbc4d