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 18603 - Broken links to readyState (editorial)
Summary: Broken links to readyState (editorial)
Status: VERIFIED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: Media Source Extensions (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 enhancement
Target Milestone: ---
Assignee: Aaron Colwell (c)
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-17 15:32 UTC by Philip Jägenstedt
Modified: 2012-08-20 10:56 UTC (History)
3 users (show)

See Also:


Attachments

Description Philip Jägenstedt 2012-08-17 15:32:03 UTC
http://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/media-source.html#dom-readystate

Many places where "readyState" is linked actually link to #dom-readyState (different capitalization) which of course doesn't work. XML source uses <precoderef>readyState</precoderef> when it works and <readyState/> when it doesn't...
Comment 1 Aaron Colwell (c) 2012-08-18 04:42:34 UTC
Fix checked in.
http://dvcs.w3.org/hg/html-media/rev/032f7b8681d1
Comment 2 Philip Jägenstedt 2012-08-20 10:56:49 UTC
Looks good.