You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@click.apache.org by "Finn Bock (JIRA)" <ji...@apache.org> on 2009/08/26 22:57:59 UTC

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

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.


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

Posted by "Bob Schellink (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Bob Schellink (JIRA)" <ji...@apache.org>.
    [ 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.