[Webkit-unassigned] [Bug 188386] New: [css-logical] Flow relative margin, padding, border and sizing properties

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 7 12:02:03 PDT 2018


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

            Bug ID: 188386
           Summary: [css-logical] Flow relative margin, padding, border
                    and sizing properties
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: obrufau at igalia.com
                CC: rego at igalia.com

Spec: https://drafts.csswg.org/css-logical-1/#box

Implement
 * margin-{block,inline}-{start,end}
 * padding-{block,inline}-{start,end}
 * border-{block,inline}-{start,end}
 * border-{block,inline}-{start,end}-{width,style,color}
 * {block,inline}-size
 * {min,max}-{block,inline}-size
using the standard names (currently they're already supported using -webkit prefix
and slightly different names).

Only longhand properties and border shorthands for specific sides would be implemented
as part of this, the other shorthands are not supported yet prefixed so they're left
for a different issue.

The full list of properties would be: margin-block-start, margin-block-end,
margin-inline-start, margin-inline-end, padding-block-start, padding-block-end,
padding-inline-start, padding-inline-end, border-block-start-width, border-block-end-width,
border-inline-start-width, border-inline-end-width, border-block-start-style,
border-block-end-style, border-inline-start-style, border-inline-end-style,
border-block-start-color, border-block-end-color, border-inline-start-color,
border-inline-end-color, border-block-start, border-block-end, border-inline-start,
border-inline-end, block-size, inline-size, min-block-size. min-inline-size,
max-block-size, max-inline-size.

All of them have already been shipped in Firefox and Blink.

-- 
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/20180807/e25757d1/attachment.html>


More information about the webkit-unassigned mailing list