UI WD

http://www.w3.org/TR/css3-userint#summary :

As a result, the rendering behaviors of the following
fourteen HTML4 tags and three HTML4
attributes could be deprecated:

     HTML4 Tags 
          BUTTON 
          INPUT type=button 
          INPUT type=reset 
          INPUT type=submit 
          INPUT type=checkbox 
          INPUT type=radio 
          INPUT type=hidden 
          INPUT type=text 
          INPUT type=password 
          INPUT type=image 
          TEXTAREA 
          SELECT 
          OPTION 
          OPTGROUP 
     HTML4 Attributes 
          ACCESSKEY 
          DISABLED 
          NORESIZE 
--
I don't think so.

For example:

DIV.field {
 color: fieldText;
 background: field;
 border: fieldBorder;
 font: field;
 display: inline-block;
 user-modify: read-write;
 user-select: text;
}

<div class="field"></div>

How does the form processor make use of this - what is
the DIV.field's NAME?

Just add:
[processor-]reference: "name of element";

-----
See (http://www.w3.org/TR/css3-userint#issues):

1. No.
2. 
:reference("name of element") {mutually-exclusive:
yes} 
so that all elements with that reference: name have
mutually exclusive.
4. No, see my comments on re: canvas, etc.
5. Same as when two items in an app's menu have the
same letter - press it once you get the first one in
the document, press it again you get the next one.


__________________________________________________
Do You Yahoo!?
Thousands of Stores.  Millions of Products.  All in one place.
Yahoo! Shopping: http://shopping.yahoo.com

Received on Friday, 26 November 1999 08:23:50 UTC