Re: [whatwg] [Slightly OT(?)] Programmatically defined styles [Re:Superset encodings [Re: ISO-8859-* and the C1 control range]]

2008-05-31 Thread Kristof Zelechovski
Declaring classes for colors does not create much overhead over the cost of actually using the colors on the page. Otherwise there is no need to do so. Unnecessary declarations can be purged. Chris (BTW, is there any purging static linker for JavaScript, assuming eval is not used? What about

Re: [whatwg] Proposal for a link attribute to replace a href

2008-05-31 Thread Anne van Kesteren
On Sat, 31 May 2008 04:20:10 +0200, Ernest Cline [EMAIL PROTECTED] wrote: What about adding a third non-metadata hyperlink element, say anchor, which would be a flow content element with flow content allowed in it? This would seem to cover the use cases presented, while preserving a as

[whatwg] [WF2] |min| and |max| number of selected |option|s

2008-05-31 Thread Christoph Päper
Dear WHAT WG When using input type=checkbox or select multiple one somtimes wants to limit the number of selected check boxes or options. I have no idea how to model this with |input|, but |select| could adopt the |min| and |max| attributes. They would not limit the content of