Opened 5 years ago
Closed 5 years ago
#18953 closed defect (wontfix)
Safari throws warnings due to invalid CSS properties
Reported by: | christianenfield | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.12.3 |
Component: | Dijit | Version: | 1.12.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In the dijit.css file, there are numerous #'s used which appear to be commenting out certain pieces of CSS.
Unfortunately in Safari this causes warnings to be output regarding invalid CSS property declarations.
Please see the attached screenshot.
Attachments (1)
Change History (3)
Changed 5 years ago by
Attachment: | dijitCSS.JPG added |
---|
comment:2 Changed 5 years ago by
Milestone: | tbd → 1.12.3 |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
As noted, these are for old IE browser compatibility support, and while they cause warnings, they don't break Safari.
Note: See
TracTickets for help on using
tickets.
FYI, those lines aren't "commented out", it's a syntax used by old versions of IE, specifically IE6 and IE7. Maybe those lines can be removed now since we no longer support IE6 and IE7, unless we still want to support site running on >=IE8 with compatibility mode set to IE6, and/or we still want to support quirks mode.
Also, I can't remember if those lines are obeyed by IE8 or not though; would have to check.