diff options
-rw-r--r-- | BACKLOG.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -6,7 +6,7 @@ * https://hstspreload.org/?domain=skreutz.com * https://securityheaders.com/?q=www.skreutz.com&hide=on&followRedirects=on * https://www.ssllabs.com/ssltest/analyze.html?d=www.skreutz.com&hideResults=on&latest -* Submit sitemap to [Google](https://support.google.com/webmasters/answer/183668?hl=en) and [Bing](https://www.bing.com/webmaster/help/how-to-submit-sitemaps-82a15bd4) +* Regularly validate HTML, CSS, RSS, and Atom using [W3C tools](https://w3c.github.io/developers/tools/) * Configure custom 404 page * Consider to disable logging (and advertise this on the about page) @@ -22,11 +22,10 @@ * Consider to highlight :target footnote * Add :target or :checked menu on mobile * Style `<pre title="foo">`, e.g., `pre[title]::before { content: attr(title); display: block; text-align: right; }` -* Test iOS scrolling as described [here](https://css-tricks.com/snippets/css/momentum-scrolling-on-ios-overflow-elements/) +* Alternative `font-family` for iOS Safari: macOS and iOS don't ship with Dejavu or Open Sans: https://developer.apple.com/fonts/system-fonts/ ## Implementation -* Validate HTML, CSS, RSS, Atom, Sitemap using [W3C tools](https://w3c.github.io/developers/tools/) * Cabal build (without stack) * Format source code * Consider to disable pandoc extension `auto_identifiers` |