This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 22490 - Parse a rule return value bogus?
Summary: Parse a rule return value bogus?
Status: NEW
Alias: None
Product: CSS
Classification: Unclassified
Component: Syntax (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Tab Atkins Jr.
QA Contact: public-css-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-27 12:56 UTC by Simon Pieters
Modified: 2013-06-27 12:56 UTC (History)
0 users

See Also:


Attachments

Description Simon Pieters 2013-06-27 12:56:38 UTC
" return the rule obtained in step 2"

http://dev.w3.org/csswg/css-syntax/#parse-a-rule0

Shouldn't it be step 3?

In general I prefer assigning the value to a variable and use that instead of refering to a specific step.