- From: Subra PV <pvsubraw@yahoo.com>
- Date: Wed, 20 Feb 2002 06:49:38 -0800 (PST)
- To: www-style@w3.org
Hi,
I have question about CSS3-mediaqueries syntax and
list of Values.
The example under device-aspect-ratio (no mix-max)
says how to target a media with an particular
device-aspect-ratio.
Question: To support media's with device-aspect-ratio
16:9 or 2.35 (or more) can the query like this is
"@media screen and (device-aspect-ratio: 16/9,
2.35)"
or should the query ne
Also the spec does not seem to address some of the
media features define by UAPROF. An example of that
can be "Table" . An use case for using "table"
@media screen and (table) {
div {display: table}
}
Thanx
__________________________________________________
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com
Received on Wednesday, 20 February 2002 09:49:41 UTC