Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upImplement hashless hex color quirk #15341
Closed
Comments
bors-servo
added a commit
that referenced
this issue
May 14, 2017
Implement the hashless color quirk (fixes #15341) <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16858) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
May 16, 2017
Implement the hashless color quirk (fixes #15341) <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16858) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
May 16, 2017
Implement the hashless color quirk (fixes #15341) <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16858) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
May 16, 2017
Implement the hashless color quirk (fixes #15341) <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16858) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
May 16, 2017
Implement the hashless color quirk (fixes #15341) <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16858) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
May 16, 2017
Implement the hashless color quirk (fixes #15341) <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16858) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
May 17, 2017
Implement the hashless color quirk (fixes #15341) <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16858) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Spec: https://quirks.spec.whatwg.org/#the-hashless-hex-color-quirk
In quirks mode, certain color properties should accept hashless hex color.
(Part of #11709)