This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
In "4.2.24. Arrays — T[]", under "An ECMAScript value V is converted to an IDL array value of type T[] as follows:", change the <ul> to an <ol class="algorithm">. Similarly, each of 4.2.13 4.2.15 4.2.22 4.2.24 4.3.15 4.7 4.9.2 has a two-item <ul> that should perhaps be an <ol class='algorithm'>.
(In reply to comment #0) > In "4.2.24. Arrays — T[]", > under "An ECMAScript value V is converted to an IDL array value of type T[] > as follows:", > change the <ul> to an <ol class="algorithm">. I fixed this in a previous commit: http://dev.w3.org/cvsweb/2006/webapi/WebIDL/Overview.xml.diff?r1=1.612;r2=1.613;f=h http://dev.w3.org/cvsweb/2006/webapi/WebIDL/v1.xml.diff?r1=1.64;r2=1.65;f=h > Similarly, each of > 4.2.13 4.2.15 4.2.22 4.2.24 4.3.15 4.7 4.9.2 > has a two-item <ul> that should perhaps be an <ol class='algorithm'>. Those are mostly short enough and un-algorithmy enough for me to leave as is, so I will.