[Webkit-unassigned] [Bug 203073] Inline stylesheet with a non-standard media attribute value is not parsed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 6 18:18:44 PDT 2022


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

Ahmad Saleem <zlip.792 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |zlip.792 at gmail.com
         Resolution|---                         |CONFIGURATION CHANGED

--- Comment #4 from Ahmad Saleem <zlip.792 at gmail.com> ---
I am unable to reproduce this bug in Safari 15.6 on macOS 12.5 using test case from Comment 0 and changed into below JSFiddle:

Link - https://jsfiddle.net/hab9pgeu/show

I am getting "CSSStyleSheet" value in Console on Safari as below:

_________

CSSStyleSheet

cssRules: CSSRuleList {0: CSSStyleRule, length: 1, item: function}

disabled: false

href: "https://fiddle.jshell.net/css/result-light.css"

media: MediaList {mediaText: "", length: 0, item: function, deleteMedium: function, appendMedium: function, …}

ownerNode: <link>

ownerRule: null

parentStyleSheet: null

rules: CSSRuleList {0: CSSStyleRule, length: 1, item: function}

title: null

type: "text/css"

_____

I think we can mark this as "RESOLVED CONFIGURATION CHANGED" since it is fixed now.

-- 
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/20220807/c8cd2918/attachment-0001.htm>


More information about the webkit-unassigned mailing list