Fix id issues for Link Checker
authorArt Barstow <art.barstow@nokia.com>
Mon, 04 Nov 2013 13:13:18 -0500
changeset 33 ef8e15d930c6
parent 32 e44ecc7a5d6f
child 34 35dfc59476bc
Fix id issues for Link Checker
publish/wd-streams-api-20131105.html
--- a/publish/wd-streams-api-20131105.html	Mon Nov 04 13:05:19 2013 -0500
+++ b/publish/wd-streams-api-20131105.html	Mon Nov 04 13:13:18 2013 -0500
@@ -748,7 +748,7 @@
         </p>
 
         <p>
-          A Stream object has an associated <dfn id="dfn-read-pending-flag">read pending flag</dfn>. It is set when <a href="#widl-Stream-read-Promise--Clamp--unsigned-long-long-size">read()</a>, <a href="#widl-Stream-skip-Promise---Clamp--unsigned-long-long-size">skip()</a> or <a href="#widl-Stream-pipe---Promise-Stream-or-Stream----destination--Clamp--unsigned-long-long-size">pipe()</a> method is called and unset when it's completed.
+          A Stream object has an associated <dfn id="dfn-read-pending-flag">read pending flag</dfn>. It is set when <a href="#widl-Stream-read-Promise--Clamp--unsigned-long-long-size">read()</a>, <a href="#widl-Stream-skip-Promise---Clamp--unsigned-long-long-size">skip()</a> or <a href="#widl-Stream-pipe-Promise---Stream-or-Stream----destination--Clamp--unsigned-long-long-size">pipe()</a> method is called and unset when it's completed.
           This flag is internal, so scripts cannot access it directly.
         </p>