- From: Axel Dahmen <brille1@hotmail.com>
- Date: Sun, 17 Sep 2006 16:52:49 +0200
- To: www-style@w3.org
I just noticed it might be necessary to divide relative and absolute scaling into two different properties: a) "resolution" Provides absolute information about device resolution. Separate values for x and y axis are possible. e.g.: ----------- body {resolution: "300pt"; } ----------- body {resolution: "300pt" "600px"; } Possible sub properties: "x-resolution", "y-resolution". Possible values: length values, "auto". b) "scaling" Provides relative scaling information used to scale up or down portions of a document. e.g.: ----------- body {scaling: "50%"; } ----------- p {scaling: "75%"; } Possible values: percentage values. "100%" is default. RFC, www.dashop.de Axel Dahmen
Received on Sunday, 17 September 2006 14:54:00 UTC