diff options
author | bt <bt@web> | 2023-11-30 12:59:55 -0500 |
---|---|---|
committer | IkiWiki <ikiwiki.info> | 2023-11-30 12:59:55 -0500 |
commit | d6d7bd928fe330752f1d8ab2f287a4ac12907f64 (patch) | |
tree | bfa6c2f4836db95ef242f911aa0e6ec8586f2313 /posts | |
parent | c663b8ba5137ae84865042d587466ae259c5ad39 (diff) |
Diffstat (limited to 'posts')
-rw-r--r-- | posts/tables.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/posts/tables.md b/posts/tables.md index 31bec8d..48c155c 100644 --- a/posts/tables.md +++ b/posts/tables.md @@ -1,6 +1,5 @@ -# Making Tables Responsive With Minimal CSS - -2019-06-11 +[[!meta title="Making Tables Responsive With Minimal CSS"]] +[[!meta date="2019-06-11"]] <div class="update-box"> <strong>Update (Oct 2019):</strong> <a href="https://twitter.com/aardrian">@aardrian</a> wrote a previous post about how changing the <code>display</code> properties on tables can impact screen readers. I highly recommend his excellent article <a href="https://adrianroselli.com/2018/02/tables-css-display-properties-and-aria.html">Tables, CSS Display Properties, and ARIA</a> |