- From: <bugzilla@jessica.w3.org>
- Date: Sun, 23 Feb 2014 02:18:23 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=24644 Silvia Pfeiffer <silviapfeiffer1@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |silviapfeiffer1@gmail.com --- Comment #2 from Silvia Pfeiffer <silviapfeiffer1@gmail.com> --- (In reply to Michael Cordover from comment #0) > > The most obvious use case for this property is cross-referencing in > documents, for example where paragraphs are numbered. Michael, could you explain your use case in a bit more detail? In the discussion in bug 24645 the suggestion was to compute the ordinal value of a list item from all the information available in the DOM. It's only a few lines of code (basically: ol.childNodes and then count only those with tagName="LI"). Why would that not be sufficient for you? -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Sunday, 23 February 2014 02:18:24 UTC