This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 11357 - Validation fails
Summary: Validation fails
Status: RESOLVED FIXED
Alias: None
Product: HTML Checker
Classification: Unclassified
Component: General (show other bugs)
Version: unspecified
Hardware: Macintosh MacOS X
: P2 normal
Target Milestone: ---
Assignee: Michael[tm] Smith
QA Contact: qa-dev tracking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-20 09:52 UTC by joe
Modified: 2015-08-23 07:07 UTC (History)
0 users

See Also:


Attachments

Description joe 2010-11-20 09:52:49 UTC
Sorry, didn't know what component or severity to use.

HTML5 validation fails when a style element contains html comments and the following text: "empty-" (as in the CSS property "empty-cells".

The following is a valid document that will fail:

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<title>Christina Hardyment - Author and Journalist</title>
<style>
<!-- 
table { empty-cells:hide }
-->
</style>
</head>
<body>
</body>
</html>
Comment 1 Ville Skyttä 2011-08-23 19:17:22 UTC
The example document no longer fails, so I'm assuming this has been fixed at some point.