mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Remove CSS expressions targeting IE6. Performance issue.
This commit is contained in:
parent
e58552dbc0
commit
d23156d4e4
8
normalize.css
vendored
8
normalize.css
vendored
@ -92,10 +92,6 @@ audio {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
audio[controls] {
|
|
||||||
_display: expression(this.controls ? 'inline' : 'none');
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* 1.
|
* 1.
|
||||||
* Disable border for <img> element
|
* Disable border for <img> element
|
||||||
@ -119,10 +115,6 @@ abbr[title] {
|
|||||||
border-bottom: 1px dotted;
|
border-bottom: 1px dotted;
|
||||||
}
|
}
|
||||||
|
|
||||||
abbr {
|
|
||||||
_border-bottom: expression(this.title ? '1px dotted' : 'none');
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Add italic font style to <dfn> element
|
* Add italic font style to <dfn> element
|
||||||
* Fixes styling not present in C10 S5
|
* Fixes styling not present in C10 S5
|
||||||
|
Loading…
Reference in New Issue
Block a user