Re: fill and stroke properties with CSS <image> values

On Mon, Feb 3, 2014 at 10:59 AM, Kristopher Giesing
<kris.giesing@gmail.com> wrote:
> I don't think that's true.  The DOM for example renders back to front.
>  I do things like http://jsfiddle.net/b4v3s/ all the time.

Only when you purposely overlap things.  Normally, the first thing in
your HTML document is the first (topmost) thing in the page, the next
goes below that in the page, etc.

I'm just talking about expectations here, not precise technical
meaning.  People expect the first thing in the list (whatever the list
is) to be the first thing they see (whatever it means to be seen
first).  That's why 'background' was designed the way it is when we
added multiple layers to the syntax.

~TJ

Received on Monday, 3 February 2014 19:07:21 UTC