Skip to content

Commit

Permalink
feat: write up the accessibility issues with Facebook (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinwhisman authored Apr 14, 2024
1 parent 352b4ef commit 9494381
Show file tree
Hide file tree
Showing 13 changed files with 308 additions and 0 deletions.
1 change: 1 addition & 0 deletions pages/styles.njk
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ eleventyExcludeFromCollections: true
{% include 'css/elements/_lists.css' %}
{% include 'css/elements/_figcaption.css' %}
{% include 'css/elements/_blockquote.css' %}
{% include 'css/elements/_details.css' %}
}

@layer components {
Expand Down
300 changes: 300 additions & 0 deletions pages/writing/accessibility-top-100/facebook.md

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions src/css/components/_stack.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@
.cmp-stack--s-3 {
gap: var(--size-s-3);
}

details.cmp-stack > * + * {
margin-block-start: var(--size-s0);
}
3 changes: 3 additions & 0 deletions src/css/elements/_details.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
summary {
font-size: var(--size-s0);
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9494381

Please sign in to comment.