[Webkit-unassigned] [Bug 248128] New: `font-variant: small-caps normal; ` should be invalid syntax

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 19 03:09:57 PST 2022


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

            Bug ID: 248128
           Summary: `font-variant: small-caps normal;` should be invalid
                    syntax
           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: ntim at apple.com

This still properly parses in Webkit, even though it really shouldn't according to the syntax.

font-variant: normal/none are valid, but these are invalid (replace * with any valid longhand value):

- `* normal`
- `normal *`
- `normal none`
- `none normal`
- `* none`
- `none *`

css/css-fonts/parsing/font-variant-invalid.html should be extended with such testcases.

-- 
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/20221119/46225e04/attachment.htm>


More information about the webkit-unassigned mailing list