[Webkit-unassigned] [Bug 237956] New: Implement extended CSS attr function arguments

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 16 08:11:44 PDT 2022


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

            Bug ID: 237956
           Summary: Implement extended CSS attr function arguments
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Mac (Intel)
                OS: macOS 12
            Status: NEW
          Severity: Enhancement
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mfoulks1 at gmail.com

Implement the updated attr function arguments to allow typecasting, and fallback values as described here:

MDN Web Docs: https://developer.mozilla.org/en-US/docs/Web/CSS/attr()#examples
W3C Spec: https://drafts.csswg.org/css-values-5/Overview.bs#attr-notation

Example Usage:

width: attr(some-attribute %, 100%);

-- 
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/20220316/fcca838f/attachment.htm>


More information about the webkit-unassigned mailing list