Skip to content

Commit

Permalink
Fix i18n for q element
Browse files Browse the repository at this point in the history
Don't attempt to normalize `q` because it prevents the browser from
automatically adapting the quotes used based on the value of a `lang`
attribute.
  • Loading branch information
necolas committed Jan 25, 2014
1 parent a8edd0c commit 7e80851
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 @@ -179,14 +179,6 @@ pre {
overflow: auto;
}

/**
* Set consistent quote types.
*/

q {
quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
* Address inconsistent and variable font size in all browsers.
*/
Expand Down

0 comments on commit 7e80851

Please sign in to comment.