Skip to content

Commit 700316a

Browse files
committed
Add note about Firefox bug
1 parent 50be8f8 commit 700316a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ email: harry@csswizardry.com
44
description: "High-level advice and guidelines for writing sane, manageable, scalable CSS"
55
baseurl: ""
66
url: "http://cssguidelin.es"
7-
version: 2.1.1
7+
version: 2.1.2
88

99
# Build settings
1010
markdown: kramdown

index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1482,6 +1482,9 @@ are, comparatively, much, _much_ higher.
14821482
In fact, to highlight the severity of this difference, see how _one thousand_
14831483
chained classes cannot override the specificity of a single ID:
14841484
[jsfiddle.net/0yb7rque](http://jsfiddle.net/csswizardry/0yb7rque/).
1485+
<small>(Please note that in Firefox you may see the text rendering in blue: this
1486+
is a [known bug](https://twitter.com/codepo8/status/505004085398224896), and an
1487+
ID will be overridden by 256 chained classes.)</small>
14851488

14861489
<small>**N.B.** It is still perfectly okay to use IDs in HTML and JavaScript; it
14871490
is only in CSS that they prove troublesome.</small>

0 commit comments

Comments
 (0)