Closed
Bug 741644
Opened 13 years ago
Closed 12 years ago
Implement dppx unit for resolution media query
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla16
People
(Reporter: fantasai.bugs, Assigned: dbaron)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
(deleted),
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
CSS3 Values and Units defines a 'dppx' unit for <resolution>.
http://www.w3.org/TR/css3-values/#resolution
This bug is for implementing it.
Note: This would implement the same functionality as the non-standard 'device-pixel-ratio' query added in bug 474356.
Updated•13 years ago
|
Keywords: dev-doc-needed
Comment 1•13 years ago
|
||
Note that there's currently a discussion about renaming 'dppx' to just 'x':
http://lists.w3.org/Archives/Public/www-style/2012May/0915.html
Sebastian
Assignee | ||
Comment 2•12 years ago
|
||
goes on top of bug 771390
Assignee | ||
Comment 3•12 years ago
|
||
Basically passed try (though a few Windows tests still pending):
try: --build d --platform linux,macosx64,win32,android --unittests all --talos none --no-emails
https://tbpl.mozilla.org/?tree=Try&rev=afa60b026c46
Comment 4•12 years ago
|
||
Comment on attachment 639544 [details] [diff] [review]
patch
r=me
Attachment #639544 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 5•12 years ago
|
||
Priority: -- → P3
Target Milestone: --- → mozilla16
Comment 6•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 7•12 years ago
|
||
I've updated: https://developer-new.mozilla.org/en-US/docs/CSS/Resolution who describes the <resolution> data type
and
https://developer-new.mozilla.org/en-US/docs/Firefox_16_for_developers.
(For the moment, until Kuma goes live in a few days, it isn't visible on the main wiki, only via the link given — later remove -new from the URL)
Keywords: dev-doc-needed → dev-doc-complete
Can you also update our page on 'device-pixel-ratio' to show 'resolution: Ndppx' as the standardized alternative?
Comment 9•12 years ago
|
||
I've indicate the info on -moz-device-pixel-ratio in https://developer-new.mozilla.org/en-US/docs/CSS/Media_queries (with a link to your CSSWG article)
Thanks for the hint. It was clearly needed.
Comment 10•11 years ago
|
||
I've update the |resolution| section too.
You need to log in
before you can comment on or make changes to this bug.
Description
•