Skip to content

Commit

Permalink
feat: write up the accessibility issues with Facebook
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinwhisman committed Apr 14, 2024
1 parent 352b4ef commit ca1db98
Show file tree
Hide file tree
Showing 14 changed files with 313 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
305 changes: 305 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.
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 ca1db98

Please sign in to comment.