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 12977 - Step 6 of the legacy color parsing rules is unnecessary, as 3-digit hex colors will be successfully parsed by the general case further down.
Summary: Step 6 of the legacy color parsing rules is unnecessary, as 3-digit hex color...
Status: RESOLVED INVALID
Alias: None
Product: HTML WG
Classification: Unclassified
Component: LC1 HTML5 spec (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-17 18:23 UTC by contributor
Modified: 2011-08-04 05:12 UTC (History)
5 users (show)

See Also:


Attachments

Description contributor 2011-06-17 18:23:15 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/complete/common-microsyntaxes.html
Section: http://www.whatwg.org/specs/web-apps/current-work/#colors

Comment:
Step 6 of the legacy color parsing rules is unnecessary, as 3-digit hex colors
will be successfully parsed by the general case further down.

Posted from: 2620:0:1000:1b01:21a:a0ff:fe2a:4cba by jackalmage@gmail.com
User agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.100 Safari/534.30
Comment 1 Simon Pieters 2011-06-17 22:02:22 UTC
What do you mean successfully? The rules further down are different (zero-pads instead of multiplying).
Comment 2 Tab Atkins Jr. 2011-06-17 22:04:56 UTC
Oh, huh.  Indeed they are.  That means I'm doing something wrong.  IGNORE ME.
Comment 3 Michael[tm] Smith 2011-08-04 05:12:18 UTC
mass-move component to LC1