[Bug 27241] New: Fix step 1 of the TrackDefault constructor.

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 the QA Contact for the bug.

Received on Tuesday, 4 November 2014 22:23:05 UTC