Closed
Bug 1229188
Opened 10 years ago
Closed 10 years ago
@media compatibility table doesn't differentiate between types and features (media queries)
Categories
(Developer Documentation Graveyard :: CSS, defect, P5)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: open, Unassigned)
References
()
Details
:: Developer Documentation Request
Request Type: Correction
Gecko Version: unspecified
Technical Contact:
:: Details
The compatibility table in @media article doesn't differentiate between types and features (media queries).
While `all`, `screen` and `print` were widely supported, media features/queries were implemented f.e. in IE not earlier than version 9 and `@media speech` is supported just in Opera.
The table should reflect that.
===
Feature
Chrome Firefox (Gecko) Internet Explorer Opera Safari
Media Types `all`, `print` & `screen`
1.0 {{ CompatGeckoDesktop(1.0) }}
6.0
9.2 1.3
Media Type `speech`
9.2
Media Feature
1.0
{{ CompatGeckoDesktop(1.7) }}
9.0
9.2
1.3
Comment 1•10 years ago
|
||
I've updated the table. Feel free to add more lines to it if needed.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•