a568a45dfa
fix #15
2018-02-28 17:59:52 +10:00
2dc414e40f
rebuild docs
2018-02-28 17:55:27 +10:00
53cf1d481b
Merge pull request #27 from scottaohara/accessibility_updates
...
accessibility: update buttons and nav semantics
2018-02-28 17:54:54 +10:00
db63bf8121
rebuild docs
2018-02-28 16:51:23 +10:00
57d8cce1ef
Merge pull request #23 from jackmoore/master
...
Disable pointer events on pseudo element
2018-02-28 16:46:20 +10:00
233a149095
Update overflow-scroll-gradient.md
2018-02-28 16:46:04 +10:00
5177c4ee2b
update buttons and nav semantics
...
the back to top button and menu button each lack appropriate accessible names.
The primary page navigation is presently contained within an `aside` rather than a `nav` element.
This commit adds accessible names to the previously mentioned buttons, so they will be appropriately conveyed to screen readers. It also changes the navigation from an `aside` to `nav` and provides the navigation with an `aria-label=“table of contents”` as all the links are in page links to the different sections of this document.
2018-02-27 21:01:17 -05:00
afe59bd3f9
chore: Fix ::selection demo style and clean description
2018-02-27 23:34:46 +01:00
e4a81702e0
fix: Improve ::selection example and description
2018-02-27 22:45:56 +01:00
9d192d00d6
fix: use px values for pretty text underline
2018-02-28 06:17:18 +10:00
c6543e1db8
Merge pull request #19 from atomiks/Chalarangelo-license
...
[LICENSE] Creative Commons Zero v1.0 Universal
2018-02-28 06:07:46 +10:00
528be97e5b
Disable pointer events on pseudo element
...
This disables pointer events on the pseudo element so that it won't block clicks to the content element.
2018-02-27 14:51:27 -05:00
10b866ba17
fix #17
2018-02-28 05:36:01 +10:00
468a67c12c
rebuild docs
2018-02-28 05:32:23 +10:00
d4d417a690
Merge pull request #16 from limonte/master
...
Fix ellipsis character
2018-02-28 05:28:20 +10:00
5858133c15
Merge pull request #12 from tobiasljungstrom/patch-1
...
Add caveat to Pretty Text Underline
2018-02-28 05:27:57 +10:00
56460df9d5
Adding snippet.
2018-02-27 11:59:09 -05:00
caa4ad241b
Issue and PR templates
2018-02-27 18:01:03 +02:00
05178e6c7b
[LICENSE] Creative Commons Zero v1.0 Universal
...
Adds CC0 1.0 Universal License to the repo (same one as 30-seconds-of-code).
2018-02-27 17:53:19 +02:00
0bf47bf69a
Add donut-spinner snippet
2018-02-27 17:32:35 +02:00
37a4bc19fb
Fix ellipsis character
2018-02-27 15:19:27 +02:00
cfd8c77b05
Add firefox vendor prefix code and warning
2018-02-27 13:38:45 +01:00
06e7239de4
rebuild docs
2018-02-27 19:01:03 +10:00
1448793706
Merge pull request #13 from atomiks/constant-width-to-height-ratio
...
Add constant-width-to-height-ratio snippet
2018-02-27 19:00:11 +10:00
6d23e97baa
Add constant-width-to-height-ratio snippet
2018-02-27 18:45:26 +10:00
df9d010d19
Add caveat to Pretty Text Underline
...
The caveat described is visible in Firefox, at least.
2018-02-27 09:44:44 +01:00
5960f737d7
rebuild docs
2018-02-27 11:40:08 +10:00
f16acb8d98
Merge pull request #8 from ohansemmanuel/fix-doc-typo
...
Fix doc typo
2018-02-27 11:38:00 +10:00
f29913e737
rebuild the project docs
2018-02-27 02:26:41 +01:00
c7b286c2ac
fix typo in easing-variables.md
2018-02-27 02:22:56 +01:00
c09dabc9d5
add missing hyphen in pseudo-element
2018-02-27 02:19:17 +01:00
87959ebfa5
sound more natural in the clearfix description
2018-02-27 02:18:11 +01:00
c752d6f6d1
fix typo in system-font-stack.md
2018-02-27 02:15:54 +01:00
46f53bfec4
rebuild docs
2018-02-27 09:03:43 +11:00
fc1f8e0ff9
Merge pull request #6 from equinusocio/fix/fix-clearfix
...
Fix clearfix code and update description
2018-02-27 08:02:43 +10:00
4f2a9d6363
Merge pull request #5 from kriadmin/patch-1
...
Update back-to-top-button.scss
2018-02-27 07:58:29 +10:00
ab2873ad48
chore: Update build
2018-02-26 21:26:59 +01:00
7ce95f70e5
fix: Fix clearfix code and update description
...
Updating cleafix code to use display block and fix margin collapse. More info http://cssmojo.com/the-very-latest-clearfix-reloaded/
2018-02-26 21:26:32 +01:00
64a40466af
Create disable-selection.
2018-02-26 22:39:58 +05:30
c75f6bd075
Update back-to-top-button.scss
...
Remove the dotted box around the back-to-top-button when clicked
2018-02-26 22:22:03 +05:30
c91818a069
rebuild docs
2018-02-26 20:19:36 +10:00
48fc05a69b
rebuild docs
2018-02-26 20:15:07 +10:00
5596dbe926
Add FF support for custom text selection
2018-02-26 20:14:09 +10:00
6666212945
Add vertical padding on overflow scroll
2018-02-26 20:13:11 +10:00
ea92839a00
Remove dist/
2018-02-26 09:08:12 +10:00
4ea2fbdff4
iOS optimizations
2018-02-26 09:02:45 +10:00
5944266e98
rebuild docs
2018-02-26 08:40:02 +11:00
7acbb7eeb4
Merge pull request #1 from jensechu/selection
...
Corrected classname for text selection demo.
2018-02-26 08:31:02 +11:00
647da2b267
Corrected classname for demo.
...
Discrepancy between example HTML and CSS classnames. I chose the one used in the demo/html.
2018-02-25 08:26:37 -08:00
bf6b9b1624
rebuild docs
2018-02-26 00:41:27 +11:00