Closed
Bug 1305961
Opened 9 years ago
Closed 9 years ago
Wrong information in documentation @ https://developer.mozilla.org/de/docs/Web/CSS/Spezifit%C3%A4t
Categories
(Developer Documentation Graveyard :: CSS, defect, P5)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: h.wernze, Assigned: sebo)
References
()
Details
:: Developer Documentation Request
Request Type: Correction
Gecko Version: unspecified
Technical Contact:
:: Details
I was doing some research in CSS specificity and tried out the given example at: "Die !important Ausnahme" exactly senario: "B) Weiteres Szenario #someElement p { color: blue; } p.awesome { color: red; } Um awesome Absätze immer rot darzustellen, sogar diejenigen innerhalb #someElement, genügt oben stehende Angabe."
The given answer is not right. The selector "#someElement p" has a higher specificity in compare to the "p.awesome" selector
Comment 1•9 years ago
|
||
Sebastian, can you check if it is a problem that is only in the German translation or is it also wrong in the en-US version?
Flags: needinfo?(sebastianzartner)
| Assignee | ||
Comment 2•9 years ago
|
||
Only the German description was incorrect. I've fixed that in https://developer.mozilla.org/de/docs/Web/CSS/Spezifit%C3%A4t$compare?locale=de&to=1128827&from=647259.
@h.wernze, thank you for filing this bug!
Sebastian
Assignee: nobody → sebastianzartner
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Flags: needinfo?(sebastianzartner)
Resolution: --- → FIXED
Summary: Wrong informations in documentations @ https://developer.mozilla.org/de/docs/Web/CSS/Spezifit%C3%A4t → Wrong information in documentation @ https://developer.mozilla.org/de/docs/Web/CSS/Spezifit%C3%A4t
You need to log in
before you can comment on or make changes to this bug.
Description
•