W3C

Edit comment LC-766 for Accessibility Guidelines Working Group

Quick access to

Previous: LC-700 Next: LC-767

Comment LC-766
:
Commenter: Joe Clark 3 <joeclark@joeclark.org>

or
Resolution status:

Comment (including rationale for any proposed change):

From http://lists.w3.org/Archives/Public/public-comments-wcag20/2006May/0121

Incorrect CSS or usage

The Techniques document gives incorrect CSS in places, or simply gives unrealistic examples that don't match the practices of standards-compliant developers.

<!DOCTYPE html PUBLIC ""-//W3C//DTD XHTML 1.0 Transitional//EN""
""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"">
<html xmlns=""<url>http://www.w3.org/1999/xhtml"">http://www.w3.org/1999/xhtml</
title>"">
<html>
<head>
<title>A study of population dynamics</title>
</head>
<body bgcolor=""white"">
<p> ... document body...</p>
</body>
</html>

body bgcolor="""" is an incorrect usage; that's what we have CSS for. (Same for body color="""" later.) Note that the DOCTYPE URL is mangled.

Proposed Change:
(space separated ids)
(Please make sure the resolution is adapted for public consumption)


Developed and maintained by Dominique Hazaël-Massieux (dom@w3.org).
$Id: 766.html,v 1.1 2017/08/11 06:42:20 dom Exp $
Please send bug reports and request for enhancements to w3t-sys.org