[csswg-drafts] [css-backgrounds-3] "background-repeat: no-repeat" as default (#4526)

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

== [css-backgrounds-3] "background-repeat: no-repeat" as default ==
https://www.w3.org/TR/css-backgrounds-3/#propdef-background-repeat

Repeated background-images is rarely used & forces everyone to define 'no-repeat':

```css
background-repeat: no-repeat;
```

By setting background-repeat to 'no-repeat' as default I would guess a lot of css sheets would require less lines of code.

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

Received on Thursday, 21 November 2019 12:15:07 UTC