Allows uppercase color codes in style#287
Closed
komaldembla wants to merge 3 commits intohtml5lib:masterfrom
Closed
Allows uppercase color codes in style#287komaldembla wants to merge 3 commits intohtml5lib:masterfrom
komaldembla wants to merge 3 commits intohtml5lib:masterfrom
Conversation
Current coverage is 90.48% (diff: 100%)@@ master #287 diff @@
==========================================
Files 50 50
Lines 6930 6934 +4
Methods 0 0
Messages 0 0
Branches 1336 1336
==========================================
+ Hits 6270 6274 +4
Misses 500 500
Partials 160 160
|
gsnedders
reviewed
Oct 27, 2016
LICENSE
Outdated
| @@ -1,4 +1,4 @@ | |||
| Copyright (c) 2006-2013 James Graham and other contributors | |||
| Copyright (c) 2006-2013 James Graham, Google Inc. and other contributors | |||
Member
There was a problem hiding this comment.
Authorship should just be left in AUTHORS.rst, otherwise the copyright notice would become silly.
Author
There was a problem hiding this comment.
Updated the file as suggested.
Contributor
|
Sorry that no one has gotten to this, yet! This needs to be updated to reflect the sanitizer changes. @komaldembla Can you update this PR? If not, I can look into it later. |
Contributor
|
This is way out of date and the original author hasn't responded. Given that, I opened up issue #354 and I'm going to close this out. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds uppercase check (A-F) in the css regex to pass css of the following format:
border-top: 2px #DA4534 solid;