- From: Array23 via GitHub <sysbot+gh@w3.org>
- Date: Sun, 15 Oct 2017 22:00:07 +0000
- To: public-css-archive@w3.org
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