[Webkit-unassigned] [Bug 191696] Getting the inferred background-repeat-[xy] values returns the shorthand background-repeat value

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 1 16:28:01 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=191696

Brent Fulgham <bfulgham at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bfulgham at webkit.org
         Resolution|---                         |WONTFIX

--- Comment #2 from Brent Fulgham <bfulgham at webkit.org> ---
Chrome closed their bug in 2020 as Behaves Correctly:

"""
it is wrong usage to add "," between two values.

according to spec, 
<repeat-style> = repeat-x | repeat-y | [repeat | space | round | no-repeat]{1,2}
https://drafts.csswg.org/css-backgrounds-3/#background-repeat.
so i think it should be like below 
div.style = "background-repeat: no-repeat repeat"; // without comma
"""

So we will take the same approach.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220701/ff5e3ea0/attachment-0001.htm>


More information about the webkit-unassigned mailing list