You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@click.apache.org by "Bob Schellink (JIRA)" <ji...@apache.org> on 2009/09/05 06:13:57 UTC

[jira] Commented: (CLK-579) The automatic id attribute added to table's inline css element contain only digits.

    [ https://issues.apache.org/jira/browse/CLK-579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12751702#action_12751702 ] 

Bob Schellink commented on CLK-579:
-----------------------------------

Good catch. I'll prefix the id with 'c_'.

Please note that once getHtmlImports is removed, we will provide explicit ID's for each resource imported by Click, which also resolves this issue.

> 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.