10 Snippets HTML/CSS & Experiments
Snippets
Ignore parent in boxing model
Warning: display: contents is not very well supported; use v-frag instead
| HTML | |
|---|---|
v-frag - remove from dom alternative way to allow top level statements
Label with wrap
| HTML | |
|---|---|
xd-form with 2 columns
| HTML | |
|---|---|
Form submit button outside form
| HTML | |
|---|---|
Grid align items
Experiments
Things to keep track of in modern CSS. Could be used in the future.
Fully supported
css inert- disable user interaction for section for example formcss :has()- MDNcss popover- MDNalign-content:centerfor block layout - MDNcolor-mix- MDNinput:user-valid- MDNinput:user-invalid- MDN
Partially supported
field-sizing:content- not fully supported MDN
| CSS | |
|---|---|
Focus
Focus in dynamic pages:
Step 1 add class to input:
| HTML | |
|---|---|
Step 2