[ https://issues.apache.org/jira/browse/CLK-579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bob Schellink resolved CLK-579.
-------------------------------
Resolution: Fixed
Fix Version/s: 2.1.0
Assignee: Bob Schellink
fixed in trunk
> 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
> Assignee: Bob Schellink
> Priority: Minor
> Fix For: 2.1.0
>
>
> 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.
|