https://github.com/visualsource/plex
https://github.com/visualsource/plex
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/visualsource/plex
- Owner: VisualSource
- Created: 2024-07-19T22:32:20.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-03T00:59:52.000Z (over 1 year ago)
- Last Synced: 2025-01-06T05:08:54.603Z (11 months ago)
- Language: Go
- Size: 1.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# General
- https://limpet.net/mbrubeck/2014/09/17/toy-layout-engine-6-block.html
- https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity
# Layout
- https://www.w3.org/TR/CSS2/visudet.html#blockwidth
- https://www.w3.org/TR/CSS2/visuren.html#normal-flow
- https://www.w3.org/TR/CSS2/visudet.html#normal-block
# CSS Parser
- https://www.w3.org/TR/CSS/#css
- https://www.w3.org/TR/css-syntax-3/
- https://www.w3.org/TR/cssom-1/
- https://www.w3.org/TR/selectors-4/
- https://www.w3.org/TR/css-values-4/