Le 29/05/2012 00:41, Sebastian Zartner a écrit : > As I understand the current model and pointed out earlier the current > concept is limited to the element tree. People won't be able to put > something into a variable that is not inside of it, i.e. @-rules > defining font faces, counter styles, page styles etc. Please let me > know if I am wrong in this point. I think that @page could contain variables. Many @-rules like @font-face or @counter-style contain *descriptors*. Descriptors have the same "name: value;" syntax as properties, but that’s it. They can not have !important and are not part of the cascade. @page however contains real properties, as do margin rules inside @page. In fact, in recent css3-page drafts, @page inherits from the root element and margin boxes inherit from @page. In their current form, CSS variables can be used in any property values but not in descriptors. The spec probably should mention that. -- Simon SapinReceived on Tuesday, 29 May 2012 12:17:49 UTC
This archive was generated by hypermail 2.4.0 : Monday, 23 January 2023 02:14:15 UTC