- Aug 2023
-
svelte.dev svelte.dev
Tags
Annotators
URL
-
-
www.youtube.com www.youtube.com
-
-
Tags
Annotators
URL
-
-
web-platform-tests.org web-platform-tests.org
Tags
Annotators
URL
-
-
cheatsheetseries.owasp.org cheatsheetseries.owasp.org
-
stackoverflow.com stackoverflow.com
-
-
```html
<body style="visibility: hidden;"> <script>0</script> </body> <noscript> <style>body { visibility: visible; }</style> </noscript>```
-
- Jul 2023
-
gist.github.com gist.github.com
-
stackoverflow.com stackoverflow.com
-
developer.chrome.com developer.chrome.com
-
firefox-source-docs.mozilla.org firefox-source-docs.mozilla.org
- Jun 2023
-
css-tricks.com css-tricks.com
-
ishadeed.com ishadeed.com
Tags
Annotators
URL
-
-
postcss.org postcss.org
Tags
Annotators
URL
-
- May 2023
-
developer.mozilla.org developer.mozilla.org
-
developer.mozilla.org developer.mozilla.org
- Apr 2023
-
developer.mozilla.org developer.mozilla.org
Tags
Annotators
URL
-
-
developer.mozilla.org developer.mozilla.org
-
developer.mozilla.org developer.mozilla.org
-
developer.mozilla.org developer.mozilla.org
-
x.st x.st
Tags
Annotators
URL
-
- Mar 2023
-
www.w3.org www.w3.org
Tags
Annotators
URL
-
-
web.dev web.dev
Tags
Annotators
URL
-
-
-
developer.mozilla.org developer.mozilla.org
-
vanilla-extract.style vanilla-extract.style
-
-
css-tricks.com css-tricks.com
Tags
Annotators
URL
-
-
drafts.csswg.org drafts.csswg.org
-
-
www.w3.org www.w3.org
-
-
www.mattstobbs.com www.mattstobbs.com
Tags
Annotators
URL
-
-
developer.mozilla.org developer.mozilla.org
-
developer.mozilla.org developer.mozilla.org
-
developer.mozilla.org developer.mozilla.org
-
CSS-generated content is not included in the DOM. Because of this, it will not be represented in the accessibility tree and certain assistive technology/browser combinations will not announce it. If the content conveys information that is critical to understanding the page's purpose, it is better to include it in the main document.
-
```abnf content = normal | none | [ <content-replacement> | <content-list> ] [ / [ <string> | <counter> ]+ ]? | element( )
<content-replacement> = <image>
<content-list> = [ <string> | contents | <image> | <counter> | <quote> | <target> | <leader()> ]+
<counter> = <counter()> | <counters()>
<image> = <url> | <gradient>
<quote> = open-quote | close-quote | no-open-quote | no-close-quote
<target> = <target-counter()> | <target-counters()> | <target-text()>
<leader()> = leader( <leader-type> )
<counter()> = counter( <counter-name> , <counter-style>? )
<counters()> = counters( <counter-name> , <string> , <counter-style>? )
<url> = url( <string> <url-modifier> ) | src( <string> <url-modifier> )
<target-counter()> = target-counter( [ <string> | <url> ] , <custom-ident> , <counter-style>? )
<target-counters()> = target-counters( [ <string> | <url> ] , <custom-ident> , <string> , <counter-style>? )
<target-text()> = target-text( [ <string> | <url> ] , [ content | before | after | first-letter ]? )
<leader-type> = dotted | solid | space | <string>
<counter-style> = <counter-style-name> | <symbols()>
<symbols()> = symbols( <symbols-type>? [ <string> | <image> ]+ )
<symbols-type> = cyclic | numeric | alphabetic | symbolic | fixed <br /> ```
-
-
tailwindcss.com tailwindcss.com
-
```html
<div data-size="large" class="data-[size=large]:p-8"> </div> <div data-size="medium" class="data-[size=large]:p-8"> </div> <style> .data-\[size\=large\]\:p-8[data-size="large"] { padding: 2rem; } </style>```
-
-
-
developer.mozilla.org developer.mozilla.org
-
developer.mozilla.org developer.mozilla.org
-
abnf object-fit = fill | contain | cover | none | scale-down
-
-
developer.mozilla.org developer.mozilla.org
-
```abnf object-position = <position>
<position> = [ left | center | right ] || [ top | center | bottom ] | [ left | center | right | <length-percentage> ] [ top | center | bottom | <length-percentage> ]? | [ [ left | right ] <length-percentage> ] && [ [ top | bottom ] <length-percentage> ]
<length-percentage> = <length> | <percentage> ```
-
-
developer.mozilla.org developer.mozilla.org
-
css-tricks.com css-tricks.com
Tags
Annotators
URL
-
-
developer.mozilla.org developer.mozilla.org
-
Tags
Annotators
URL
-
-
css-tricks.com css-tricks.com
-
developer.mozilla.org developer.mozilla.org
- Feb 2023
-
developer.chrome.com developer.chrome.com
Tags
Annotators
URL
-
-
patrickbrosset.medium.com patrickbrosset.medium.com
-
webkit.org webkit.org
-
-
storybook.js.org storybook.js.org
Tags
Annotators
URL
-
- Jan 2023
-
-
semicolon.dev semicolon.dev
Tags
Annotators
URL
-
-
iamkate.com iamkate.com
Tags
Annotators
URL
-
-
garden.bradwoods.io garden.bradwoods.io
-
github.com github.com
-
https://github.com/CondeNast/atjson
They're using annotations in this context more like CSS, but instead of adding the markup into the content as is done in HTML and processing it, they've physically separated the text and the markup entirely and are using location within the text to indicate where the formatting should take place.
-
- Dec 2022
-
www.w3.org www.w3.org
Tags
Annotators
URL
-
-
hicks.design hicks.design
-
barryfrost.com barryfrost.com
-
Tailwind CSS has utility classes for height using the pattern h-x where x is a number, for example h-4 which maps to a height of 16px. Microformats 2 (MF2) also uses the h- class prefix for top-level objects like h-entry. When a MF2 parser encounters the Tailwind height classes it will incorrectly assume a new h- object has been defined.
-
-
blog.logrocket.com blog.logrocket.com
Tags
Annotators
URL
-
-
www.zhangxinxu.com www.zhangxinxu.com
-
从今天开始,请叫我Node文本节点处理大师
-
-
www.zhihu.com www.zhihu.com
-
有哪些CSS标准是前端工程师很有必要研读的?
-
-
www.zhihu.com www.zhihu.com
-
怎么进一步提高 HTML 和 CSS 的能力?
-
-
www.zhihu.com www.zhihu.com
-
CSS sprite 对性能究竟有多大影响?
-
-
www.zhihu.com www.zhihu.com
-
line-height:normal是怎样计算的?
-
-
www.zhihu.com www.zhihu.com
-
css样式的百分比都相对于谁?
-
-
www.zhihu.com www.zhihu.com
-
没有为 position: absolute 元素赋予 left、top 等值,与赋予 left:0; top:0; 的效果为何不一样?
-
-
www.zhihu.com www.zhihu.com
-
CSS布局中圣杯布局与双飞翼布局的实现思路差异在哪里?
-
-
www.zhihu.com www.zhihu.com
-
如何使移动web页面禁止横屏?
-
-
www.zhihu.com www.zhihu.com
-
CSS 中,为什么绝对定位(absolute)的父级元素必须是相对定位(relative)?
-
-
www.zhihu.com www.zhihu.com
-
用 CSS 实现元素垂直居中,有哪些好的方案?
-
-
www.zhihu.com www.zhihu.com
-
CSS3 的字体大小单位「rem」到底好在哪?
-
-
www.zhihu.com www.zhihu.com
-
css content 如何自定义生成图标?
-
-
www.zhihu.com www.zhihu.com
-
CSS:line-height:150%与line-height:1.5的真正区别是什么?
-
-
www.zhihu.com www.zhihu.com
-
如何解决外边距叠加的问题?
-
-
www.zhihu.com www.zhihu.com
-
CSS 的 ID 和 Class 有什么区别?如何正确使用它们?
-
-
www.zhihu.com www.zhihu.com
-
Chrome 的审查元素功能有哪些奇技淫巧?
-
-
www.w3.org www.w3.org
Tags
Annotators
URL
-
-
www.itcodar.com www.itcodar.com
-
fastwebstart.com fastwebstart.com
-
www.w3.org www.w3.org
-
- Nov 2022
-
www.positioniseverything.net www.positioniseverything.net
-
-
docs.emmet.io docs.emmet.io
-
-
blog.jim-nielsen.com blog.jim-nielsen.com
Tags
Annotators
URL
-
-
stackoverflow.com stackoverflow.com
-
www.joshwcomeau.com www.joshwcomeau.com
Tags
Annotators
URL
-
-
www.youtube.com www.youtube.com
Tags
Annotators
URL
-
-
www.youtube.com www.youtube.com
-
-
www.youtube.com www.youtube.com
-
-
www.youtube.com www.youtube.com
-
-
www.youtube.com www.youtube.com
-
-
css-tricks.com css-tricks.com
Tags
Annotators
URL
-
-
tw-classed.vercel.app tw-classed.vercel.app
Tags
Annotators
URL
-
-
developer.mozilla.org developer.mozilla.org
-