[Webkit-unassigned] [Bug 228697] Replace webkit- prefix properties with Standard Properties in Source/

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 2 06:24:15 PDT 2021


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

Sam Sneddon [:gsnedders] <gsnedders at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gsnedders at apple.com
 Attachment #434747|review?                     |review-
              Flags|                            |

--- Comment #2 from Sam Sneddon [:gsnedders] <gsnedders at apple.com> ---
Comment on attachment 434747
  --> https://bugs.webkit.org/attachment.cgi?id=434747
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=434747&action=review

> Source/WebCore/Modules/mediacontrols/mediaControlsApple.css:414
> -    -webkit-margin-start: 16px;
> +    margin-block-start: 16px;

You've consistently changed -webkit-margin-start to margin-block-start, but it should be margin-inline-start. I suspect this accounts for all the failures on EWS.

-- 
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/20210802/c79bc5e8/attachment-0001.htm>


More information about the webkit-unassigned mailing list