Welcome to WebHeadStart.org

Web Technologies

Sponsored By

WebHeadStart.org is currently in beta.
Please pardon our appearance as we work to provide you with the most comprehensive reference on today's web technologies.

Interested in advertising on WebHeadStart? Become an advertising partner today!

[WWW-HTML Mailing List Archive Home] [Messages By Thread] [Messages By Date]

Re: CSS: Extended tiling. Proposal

From: Andrew Fedoniouk <news@terrainformatica.com>
Date: Tue, 4 May 2004 22:47:45 -0700
To: www-html@w3.org
Message-ID: <c79v5t$r6h$1@sea.gmane.org>
Cc: www-style@w3.org

More author's comments:

I am proposing following attributes:

  background-image-margin-top: length;
  background-image-margin-bottom: length;
  background-image-margin-left: length;
  background-image-margin-right: length;

with additional:
  background-image-fill-policy: [middle-stretch] [top-stretch]
[bottom-stretch] [left-stretch] [right-stretch];

Instead of all proposed border-image-* and new background-image-*
attributes.

Some thoughts about existing CSS3 proposal:

To render box with borders and background will take 10 images to download.
This feature will be quite popular,
but each http: connection takes near 40 kbytes of machine instructions just
to establish and serve connection (without transfer). To be short it is
better to reduce pollution.

Artistic borders being designed will be used in 99% with artistic (image)
backgrounds. I think it is better to keep such borders and background design
in one image.

-------------------
Other possible way how to implement this is to use separate image definition
file beside the image itself.
Instead of adding attributes into CSS element to use just background-image:
url(image.png/image.def).

Thanks.

Andrew Fedoniouk.
http://terrainformatica.com 
Received on Wednesday, 5 May 2004 01:48:00 GMT
Valid XHTML 1.0! Valid CSS! Site Map | Privacy Policy | Terms of Use | WebHeadStart.org © 2005 All Rights Reserved.