Opened 11 years ago
Closed 11 years ago
#11247 closed defect (fixed)
dojoTabular CSS causing Google Page Speed warnings
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | General | Version: | 1.4.0 |
Keywords: | Cc: | alex | |
Blocked By: | Blocking: |
Description
dojo/resources/dojo.css has 4 very inefficient rules, 2 inefficient rules, and 0 potentially inefficient uses of :hover out of 20 total rules.
Very inefficient rules (good to fix on any page):
- table.dojoTabular thead tr th Tag key with 3 descendant selectors and Class overly qualified with tag
- table.dojoTabular thead tr td Tag key with 3 descendant selectors and Class overly qualified with tag
- table.dojoTabular tbody tr td Tag key with 3 descendant selectors and Class overly qualified with tag
- table.dojoTabular tfoot tr td Tag key with 3 descendant selectors and Class overly qualified with tag
Inefficient rules (good to fix on interactive pages):
- table.dojoTabular thead Tag key with descendant selector and Class overly qualified with tag
- table.dojoTabular tfoot Tag key with descendant selector and Class overly qualified with tag
Attachments (1)
Change History (3)
Changed 11 years ago by
Attachment: | 11247.patch added |
---|
comment:1 Changed 11 years ago by
Status: | new → assigned |
---|
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
simplified CSS that passes Page Speed