matuzo / front-end-bookmarks

A collection of articles and talks about HTML, CSS and JS, grouped by elements, attributes, properties, selectors, methods, and expressions.
https://www.frontendbookmarks.com/
MIT License
71 stars 8 forks source link

Add pages #1

Closed matuzo closed 4 years ago

matuzo commented 4 years ago

data- https://css-tricks.com/a-complete-guide-to-data-attributes/

a https://css-tricks.com/a-complete-guide-to-links-and-buttons/

<button> https://css-tricks.com/a-complete-guide-to-links-and-buttons/

target https://adrianroselli.com/2020/02/link-targets-and-3-2-5.html

lang https://adrianroselli.com/2015/01/on-use-of-lang-attribute.html

matuzo commented 4 years ago

clip-path https://css-tricks.com/unfortunately-clip-path-path-is-still-a-no-go

https://daverupert.com/2020/02/html-the-inaccessible-parts/

matuzo commented 4 years ago

position: sticky https://css-tricks.com/position-sticky-and-table-headers/ https://adrianroselli.com/2020/01/fixed-table-headers.html

grid-template-areas https://ishadeed.com/article/grid-area/

margin https://www.quirksmode.org/blog/archives/2020/02/negative_margin.html

matuzo commented 4 years ago

title https://developer.paciellogroup.com/blog/2010/11/using-the-html-title-attribute/ https://www.24a11y.com/2017/the-trials-and-tribulations-of-the-title-attribute/

figure https://www.scottohara.me/blog/2019/01/21/how-do-you-figure.html

list-style (related) https://www.scottohara.me/blog/2019/01/12/lists-and-safari.html

aria-details https://www.scottohara.me/blog/2018/11/08/aria-details.html

button https://www.scottohara.me/blog/2018/10/03/unbutton-buttons.html

display: contents https://adrianroselli.com/2018/05/display-contents-is-not-a-css-reset.html https://hiddedevries.nl/en/blog/2018-04-21-more-accessible-markup-with-display-contents

details + summary https://www.scottohara.me/blog/2018/09/03/details-and-summary.html

aria-describedby https://developer.paciellogroup.com/blog/2018/09/describing-aria-describedby/

matuzo commented 4 years ago

* https://alistapart.com/article/axiomatic-css-and-lobotomized-owls/

section + article https://www.smashingmagazine.com/2020/01/html5-article-section/