Re: @viewport at-rule and 'title' (was Re: [css3] :viewport pseudo-class)

On Tue, 9 Mar 2004 17:41:26 +1100 (EST), Michael Day  
<mikeday@yeslogic.com> wrote:

>
>
> Hi Tantek,
>
>> @viewport {
>>   title: contents(root>label); /* note use of Selectors on the RHS */
>> }
>
> Could this be done using string-set instead of selectors?

Wasn't that what Tantek's other example showed?

@viewport {
   title: "Welcome to this XML document";
}


Looks like a nice idea, though for an XHTML-aware UA you could reuse the  
TITLE element.


-- 
The Web is a procrastination apparatus:    |  Rijk van Geijtenbeek
It can absorb as much time as              |   Documentation & QA
is required to ensure that you             |   Opera Software ASA
won't get any real work done.  - J.Nielsen |  mailto:rijk@opera.com M

Received on Tuesday, 9 March 2004 05:22:40 UTC