Skip to content

Commit

Permalink
Remove CSS expressions targeting IE6. Performance issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
necolas committed May 6, 2011
1 parent e58552d commit d23156d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions normalize.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,6 @@ audio {
display: none;
}

audio[controls] {
_display: expression(this.controls ? 'inline' : 'none');
}

/*
* 1.
* Disable border for <img> element
Expand All @@ -119,10 +115,6 @@ abbr[title] {
border-bottom: 1px dotted;
}

abbr {
_border-bottom: expression(this.title ? '1px dotted' : 'none');
}

/*
* Add italic font style to <dfn> element
* Fixes styling not present in C10 S5
Expand Down

0 comments on commit d23156d

Please sign in to comment.