Bug report:

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