[csswg-drafts] [css-boxfill] Boxfill

Array23 has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-boxfill] Boxfill ==

```
background: 
      layer( url('img-background') ).opacity(0.6).method(multiply),
      layer( #232323 )
      ;

```
bottom layer at the bottom;
```
    layer(<what we can now write in background>)[.opacity / decimal or percentage, depends if ends up with '%'].mode(<blending mode>) ]
   layer(/// more background layer... lower layer... you know background in [background/foreground concept of each layers would be typed later])
```

could be used on foreground also, you know what I mean... I have written about foreground elsewhere...


Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1876 using your GitHub account

Received on Sunday, 15 October 2017 21:59:54 UTC