[KevinMarks]It depends if you want calendar navigable urls - where the year month and day parts all work (like blogger does) or all you care about is sequence, and want to do next/prev easily.
[jeremycherfas]Anyone know of a page of sample HTML with all the standard tags, like H, P, LI etc etc? I want to have something on which to check my CSS. I know there’s Zen Garden, but is there anything else you would recommend?
[schmarty][g33kcentric] - i believe aaronpk follows the /year/month/day/nnn-... convention where nnn is number of that post for the day, starting from 1.
[LewisCowles][KevinMarks] pa11y or p411y is a nice tool for contrast checking in CI. Can stop people being phools as long as you can get a server going after build-step
lwhI find it easier with vision issues - is to force all sites to use my chosen fonts+colours and accept the layout breakages in exchange for being able to read most main content
[KevinMarks]The trouble is that designers treat the contrast guidelines as a game of "how close the edge can I get?" |rather than starting with black on white and tweaking a bit
[LewisCowles][KevinMarks] I think it's more that a lot of designers and programmers, think about their own feelings and needs a lot more than those of customers.
[LewisCowles]At my last employer when turning off IE11 I asked could we not present a basic experience for most browsers, single-column nothing flashy, and was made to feel like professionals cannot do that.
[LewisCowles]I'm not even sure it's a matter of suppression. I was surprised to hear C Heilmann say recently that Microsoft "have to" support high-contrast. It's a real eye-opener to a lot of invisible features and work done by tech giants
[LewisCowles]It can be at it's most extreme white on black or black on white. I'm mostly irked by text over image without at least a semi-opaque background
[jeremycherfas]1So far I’ve been very happy with using Tailwind’s CSS alone, without actually installing it on my project. Now I want finer control of the type size scale, I’m either going to have to install the whole thing, which is almost certainly overkill for me, or else understand breakpoints better and do it myself.
[jgmac1106][LewisCowles] been helping me brainstorm how to automate /year/month/day/nnn for rel and prev.....thats kinda my working on goal, need to learn next map
[g33kcentric][jacky] what have ya thought of so far? I would probably just have a JSON file or table in dB get updated by a cron job or a custom API endpoint