Name: Anonymous 2007-03-30 11:31 ID:wS7Ji8R/
Propose extensions to CSS (for CSS3 or CSS4).
I propose the text property cruise-control which can be set to none, license or cool. cool cruise-control transforms all text to be uppercase (like text-transform), but with license cruise-control, User-Agents should automatically detect disclaimers (by unspecified means, like heuristics on certain words such as disclaims, warranty or merchantability) in licenses and uppercase their paragraphs.
Example: HTML:
CSS:
Rendered text:
THIS IS AN EXAMPLE.
I propose the text property cruise-control which can be set to none, license or cool. cool cruise-control transforms all text to be uppercase (like text-transform), but with license cruise-control, User-Agents should automatically detect disclaimers (by unspecified means, like heuristics on certain words such as disclaims, warranty or merchantability) in licenses and uppercase their paragraphs.
Example: HTML:
<SPAN CLASS="c">This is an example.</SPAN>CSS:
SPAN.c {
cruise-control: cool;
}Rendered text:
THIS IS AN EXAMPLE.