Open robertocarroll opened 6 years ago
PDW testing.
The “Not on Twitter? Email them instead!” button
button-ie-bug.png
I was able to remove them by adding style="font:inherit; background:none; color:inherit;" to the button. You might want to do this in the stylesheet.
I was able to remove this by adding style="outline:none;" to the
I was able to fix this by adding style="width:1rem;" to the
button-narrow.png
I think this is because its height is set to 1rem, i.e. the same as the browser’s base font size. This is fine when the button’s text size is bigger than that (as it is on wider viewports), but perhaps a bit big when the button’s text size is smaller.
I’m not sure whether there’s a Tachyons class you can add to the SVG to fix this, or whether you’d write some CSS targeting the same viewport sizes as Tachyons does.
Curly apostrophes
apos.png
They should* be written as closing single quotes (ALT+SHIFT+], ’).
*This is a bit of a rabbit hole — if you’d like to fall down it, see:
Dynamic stuff
Your page doesn’t yet have that. That’s probably not a problem, but I thought I’d flag it just in case. (If it is a requirement I can help if needed.)
Validation errors
There’s a couple of small validation errors:
a) Tell Twitter to make this stop (missing / from closing span tag)
b)
(Only
c) href="https://twitter.com/intent/tweet?text=Put the text of the tweet here: http://link via @twitter"
Technically, the spaces should be URL-encoded. This doesn’t seem to cause a problem though, so I think it’s fine to leave it like this for easier editing by Amnesty.
Colour contrast
Footer text width
All fixed!