RE:@viewport thoughts (was Re: [CSS3 UI] 'resize' property)

I did read the spec, and that was what caused my confusion. 

The example gives this: 

html { 
height: 100px; 
width: 100px; 
resize: none; 
} 

and says that that would display a non-resizable 100px by 100px window. 

I agree we need a @viewport rule, but wouldn't that make the :root pseudo element unnecessary (in a way)? 

I apologize for this confusion, what I meant to say was that applying resize the the HTML or BODY elements should be revoked. 

Received on Sunday, 16 May 2004 17:52:09 UTC