Uploaded image for project: 'Click'
  1. Click
  2. CLK-81

Problems in CSS import from components

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • None
    • core
    • None

    Description

      Some components, as instance Table and Calendar (maybe others as well), import a CSS definition
      The imported "link" tag is defined as:

      <link type='text/css' href='/context/click/table.css' title='style' >

      while it would be better to have

      <link type='text/css' rel="stylesheet" href='/context/click/table.css' />

      with the rel="stylesheet" attribute and without the title attribute.

      This would allow to use the method described in

      http://www.alistapart.com/articles/alternate/

      to manage multiple styesheets

      Also, please mind the fact that the link tag should be closed.

      Thanks.

      Attachments

        Activity

          People

            medgar Malcolm Edgar
            enricod Enrico Donelli
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: