Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS level 3 + SVG profile throws errors “#<hex> is not a fill/stroke value”, but code looks right (?) #59

Closed
tripu opened this issue Sep 16, 2016 · 0 comments

Comments

@tripu
Copy link
Member

tripu commented Sep 16, 2016

When validating w3.org/TR/2016/CR-secure-contexts-20160915 with profile CSS level 3 + SVG, the validator complains: “# is not a fill/stroke value” four times.

The offending chunk seems to be:

.secure {
  fill: #88FF88;
}
.non-secure {
  fill: #FF8888;
  stroke-dasharray: 5px, 5px;
}
text.rejection {
  fill: #FF0000;
  font-weight: 700;
  font-size: 2em;
}
g path {
  stroke-width: 2;
  stroke: #666666;
  fill-opacity: 0;
  stroke-dasharray: 5px, 5px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant