Closed
Bug 264353
Opened 20 years ago
Closed 20 years ago
Some examples are broken.
Categories
(www.mozilla.org :: General, defect)
www.mozilla.org
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mats.lindblad, Unassigned)
References
()
Details
Index: mozilla-org/html/docs/dom/domref/dom_range_ref22.html
===================================================================
RCS file: /cvsroot/mozilla-org/html/docs/dom/domref/dom_range_ref22.html,v
retrieving revision 1.3
diff -u -r1.3 dom_range_ref22.html
--- mozilla-org/html/docs/dom/domref/dom_range_ref22.html 11 Dec 2002 21:52:47
-0000 1.3
+++ mozilla-org/html/docs/dom/domref/dom_range_ref22.html 14 Oct 2004 13:22:30 -0000
@@ -77,7 +77,7 @@
<td><font face="courier" color="darkgreen"><pre class="Preformatted">
<font face="courier" color="darkgreen">range = document.createRange();</font>
<a name="1003163"> </a>
-<font face="courier" color="darkgreen">newNode =
document.createElement("p"):</font>
+<font face="courier" color="darkgreen">newNode =
document.createElement("p");</font>
<a name="1003164"> </a>
<font face="courier"
color="darkgreen">range.selectNode(document.getElementsByTagName("div").item(0));</font>
<a name="1003165"> </a>Fixed
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 2•20 years ago
|
||
(In reply to comment #1) > Fixed There where more errors just like that on some of the other pages. The line look exactly the same as on the page you fixed. See http://www.mozilla.org/docs/dom/domref/dom_range_ref21.html#1004912 for an example. I could fix it if I had an account... ;)
Status: RESOLVED → UNCONFIRMED
Resolution: FIXED → ---
Comment 3•20 years ago
|
||
You could attach a patch and let fantasai check it in for you. Using doctor.mozilla.org creating patches is very easy.
Comment 4•20 years ago
|
||
All files mentioned are fixed. File another bug if you find more syntax errors and please list all URIs.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago → 20 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Product: mozilla.org → Websites
Updated•12 years ago
|
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•