- From: Anthony McLin <amclin@kaadesigngroup.com>
- Date: Tue, 27 Mar 2007 18:42:25 -0700
- To: www-validator-css@w3.org
The display attribute "inline-block" causes the validator to throw back
an error:
Here is a sample page which will generate the error
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Sample</title>
<style type="text/css">
.element {
display: inline-block;
}
</style>
</head>
<body>
</body>
</html>
--
Anthony McLin
Senior Web Developer
amclin@kaadesigngroup.com
T 310.821.1400 ext. 266
F 310.821.1440
KAA Design Group, Inc.
4201 Redwood Avenue
Los Angeles, CA 90066
ARCHITECTURE | LANDSCAPE | GRAPHICS | INTERIORS
http://www.kaadesigngroup.com
Received on Wednesday, 28 March 2007 05:33:36 UTC