- From: Loretta Guarino Reid <lorettaguarino@google.com>
- Date: Thu, 17 May 2007 16:41:19 -0700
- To: "Maciej Jaros" <egil@wp.pl>
- Cc: public-comments-WCAG20@w3.org
Dear Maciej Jaros , Thank you for your comments on the 2006 Last Call Working Draft of the Web Content Accessibility Guidelines 2.0 (WCAG 2.0 http://www.w3.org/TR/2006/WD-WCAG20-20060427/). We appreciate the interest that you have taken in these guidelines. We apologize for the delay in getting back to you. We received many constructive comments, and sometimes addressing one issue would cause us to revise wording covered by an earlier issue. We therefore waited until all comments had been addressed before responding to commenters. This message contains the comments you submitted and the resolutions to your comments. Each comment includes a link to the archived copy of your original comment on http://lists.w3.org/Archives/Public/public-comments-wcag20/, and may also include links to the relevant changes in the updated WCAG 2.0 Public Working Draft at http://www.w3.org/TR/2007/WD-WCAG20-20070517/. PLEASE REVIEW the decisions for the following comments and reply to us by 7 June at public-comments-WCAG20@w3.org to say whether you are satisfied with the decision taken. Note that this list is publicly archived. We also welcome your comments on the rest of the updated WCAG 2.0 Public Working Draft by 29 June 2007. We have revised the guidelines and the accompanying documents substantially. A detailed summary of issues, revisions, and rationales for changes is at http://www.w3.org/WAI/GL/2007/05/change-summary.html . Please see http://www.w3.org/WAI/ for more information about the current review. Thank you, Loretta Guarino Reid, WCAG WG Co-Chair Gregg Vanderheiden, WCAG WG Co-Chair Michael Cooper, WCAG WG Staff Contact On behalf of the WCAG Working Group ---------------------------------------------------------- Comment 1: Source: http://www.w3.org/mid/447D9F9D.2030608@wp.pl (Issue ID: LC-736) Part of Item: Comment Type: TE Comment (including rationale for proposed change): This is about: http://www.w3.org/TR/WCAG20-SCRIPT-TECHS/#doc-write I think the last line of the Example: parentelem.appendChild(list); should be: document.menu.appendChild(list); If I understood correctly in the Deprecated Example and were added to root element (or at least some current element): document.write(\" Welcome to my site \"); document.write(\" Lorem ipsum dolor sit amet\"); but the list was added specifically to document.menu: document.menu.innerHTML = \" * foo\"; If I misunderstood something then please add some more comment to that example. Proposed Change: ---------------------------- Response from Working Group: ---------------------------- The technique that you referenced is no longer included in the WCAG 2.0 Techniques document. It has been rewritten as Technique SCR21: Using functions of the Document Object Model (DOM) to add content to a page
Received on Thursday, 17 May 2007 23:41:39 UTC