Bug 163741 - [CSS Parser] Fix font family parsing and add CSS region property parsing
Summary: [CSS Parser] Fix font family parsing and add CSS region property 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-20 10:13 PDT by Dave Hyatt
Modified: 2016-10-20 10:27 PDT (History)
1 user (show)

See Also:


Attachments
Patch (9.86 KB, patch)
2016-10-20 10:17 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-20 10:13:18 PDT
Fix font family parsing and add CSS region property parsing.
Comment 1 Dave Hyatt 2016-10-20 10:17:11 PDT
Created attachment 292220 [details]
Patch
Comment 2 WebKit Commit Bot 2016-10-20 10:19:33 PDT
Attachment 292220 [details] did not pass style-queue:


ERROR: Source/WebCore/css/parser/CSSPropertyParser.cpp:4086:  Weird number of spaces at line-start.  Are you using a 4-space indent?  [whitespace/indent] [3]
ERROR: Source/WebCore/css/parser/CSSParser.cpp:1155:  A case label should not be indented, but line up with its switch statement.  [whitespace/indent] [4]
Total errors found: 2 in 4 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Dave Hyatt 2016-10-20 10:27:54 PDT
Landed in r207622.