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 20442 - 4.2.24: <ul> should be <ol>
Summary: 4.2.24: <ul> should be <ol>
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: WebIDL (show other bugs)
Version: unspecified
Hardware: All All
: P2 minor
Target Milestone: ---
Assignee: Cameron McCormack
QA Contact: public-webapps-bugzilla
URL:
Whiteboard: [v1]
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-19 06:21 UTC by Michael Dyck
Modified: 2013-08-03 08:11 UTC (History)
2 users (show)

See Also:


Attachments

Description Michael Dyck 2012-12-19 06:21:21 UTC
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'>.
Comment 1 Cameron McCormack 2013-08-03 08:11:22 UTC
(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.