Bug 163913 - [CSS Parser] Fix :lang argument parsing
Summary: [CSS Parser] Fix :lang argument parsing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-24 14:39 PDT by Dave Hyatt
Modified: 2016-12-08 20:21 PST (History)
1 user (show)

See Also:


Attachments
Patch (10.98 KB, patch)
2016-10-24 14:42 PDT, Dave Hyatt
zalan: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Hyatt 2016-10-24 14:39:36 PDT
Fix :lang argument parsing to support a list rather than a single identifier.
Comment 1 Dave Hyatt 2016-10-24 14:42:02 PDT
Created attachment 292656 [details]
Patch
Comment 2 Dave Hyatt 2016-10-24 14:54:40 PDT
Landed in r207783.
Comment 4 Ryan Haddad 2016-10-24 17:14:29 PDT
Reverted r207783 for reason:

This change appears to have caused fast/selectors/invalid-functional-pseudo-class.html to crash on iOS and macOS

Committed r207790: <http://trac.webkit.org/changeset/207790>