- From: Christoph Päper <christoph.paeper@crissov.de>
- Date: Mon, 30 Jul 2007 17:06:42 +0200
- To: www-style CSS <www-style@w3.org>
Mihai Alexandru Bîrsan:
> Before:
> form {
> overflow: hidden;
> }
> form textarea {
> border: 1px solid #d8d2c7;
> }
>
> After:
> form {
> overflow: hidden;
> textarea {
> border: 1px solid #d8d2c7;
> }
> }
Such proposals for substantial changes to the syntax of CSS have been
made before and have been rejected, because they are not backwards
compatible, do not add significant benefits for either authors or
users (let alone implementors) and tend to cover only the most basic
of exisitng selectors.
Received on Monday, 30 July 2007 15:06:51 UTC