The automatic id attribute added to table's inline css element contain only
digits.
-----------------------------------------------------------------------------------
Key: CLK-579
URL: https://issues.apache.org/jira/browse/CLK-579
Project: Click
Issue Type: Bug
Components: core
Affects Versions: 2.1.0 RC1
Reporter: Finn Bock
Priority: Minor
The page imports added by Table generates an automatic id attribute on the
style element, with only digits.
<link href="/click/table.css" rel="stylesheet" type="text/css"/>
<style id="86106877" rel="stylesheet" type="text/css">
th.sortable a {background: ...
</style>
Id attributes must start with a letter in order to be valid:
http://www.w3.org/TR/html4/types.html#type-name
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.