Bug 32032 - @namespace directives should allow empty namespaces
Summary: @namespace directives should allow empty namespaces
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Dave Hyatt
URL: http://www.w3.org/Style/CSS/Test/CSS3...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-01 13:19 PST by Dave Hyatt
Modified: 2009-12-01 13:32 PST (History)
1 user (show)

See Also:


Attachments
Patch (2.62 KB, patch)
2009-12-01 13:21 PST, Dave Hyatt
simon.fraser: 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 2009-12-01 13:19:38 PST
Right now empty namespaces are incorrectly ignored.
Comment 1 Dave Hyatt 2009-12-01 13:21:55 PST
Created attachment 44097 [details]
Patch
Comment 2 WebKit Review Bot 2009-12-01 13:24:28 PST
Attachment 44097 [details] did not pass style-queue:

Failed to run "WebKitTools/Scripts/check-webkit-style" exit_code: 1
WebCore/css/CSSStyleSheet.cpp:154:  An else if statement should be written as an if statement when the prior "if" concludes with a return, break, continue or goto statement.  [readability/control_flow] [4]
Total errors found: 1
Comment 3 Dave Hyatt 2009-12-01 13:32:14 PST
Thanks reviewbot!  I have fixed that style issue.
Comment 4 Dave Hyatt 2009-12-01 13:32:34 PST
Fixed in r51556.