[Bug 18846] New: Editorial - 4.2.20 Should 'D' be 'dictionary'?

https://www.w3.org/Bugs/Public/show_bug.cgi?id=18846

           Summary: Editorial - 4.2.20 Should 'D' be 'dictionary'?
           Product: WebAppsWG
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: WebIDL
        AssignedTo: cam@mcc.id.au
        ReportedBy: glenn@skynav.com
         QAContact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, public-script-coord@w3.org


I http://dev.w3.org/2006/webapi/WebIDL/#es-dictionary (2nd Ed.), section 4.2.20
step 4 sub-step 1 has:

| 1. For each dictionary member <var>member</var> declared on <var>D</var>, in
order:

which probably should read:

| 1. For each dictionary member <var>member</var> declared on
<var>dictionary</var>, in order:

Note that the <var>dictionary</var> in step 4 otherwise has no referent.

| 4. For each dictionary <var>dictionary</var> in <var>dictionaries</var>, in
order:

Note also the language in step 3 sub-step 1 in the following material under "An
IDL dictionary value is converted..." for comparison:

| 1. For each dictionary member <var>member</var> declared on
<var>dictionary</var>, in order:

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Wednesday, 12 September 2012 00:23:38 UTC