- From: WCAG 2.0 Comment Form <nobody@w3.org>
- Date: Thu, 12 Mar 2009 11:18:17 -0400 (EDT)
- To: public-comments-wcag20@w3.org
Name: Andrea Fercia Email: afercia@interactive1.it Affiliation: Document: TD Item Number: C15 Part of Item: Examples Comment Type: editorial Summary of Issue: CSS declarations separator Comment (Including rationale for any proposed change): on page http://www.w3.org/TR/2008/NOTE-WCAG20-TECHS-20081211/C15 about: "Example 2: Highlighting elements that receive focus" CSS example code for checkboxes and radio buttons has declarations separated by a colon instead of a semicolon: background-color: #FF6: color: #000; should be background-color: #FF6; color: #000; best regards AF Proposed Change:
Received on Thursday, 12 March 2009 15:18:27 UTC