Watercolor is such a great sketch media. You can pack a small fieldset and paint everywhere, even in a car.
#art #sketch #sketchbook #painting #watercolor #fieldset
Watercolor is such a great sketch media. You can pack a small fieldset and paint everywhere, even in a car.
#art #sketch #sketchbook #painting #watercolor #fieldset
github.com/w3c/csswg-dr...
Cc @adactio.com I know you were keen for this.
github.com/w3c/csswg-dr...
Cc @adactio.com I know you were keen for this.
My take on the fieldset/legend layout using minimal HTML.
css-tip.com/filedset-leg...
A responsive and direction-aware implementation easy to control using CSS variables.
My take on the fieldset/legend layout using minimal HTML.
css-tip.com/filedset-leg...
A responsive and direction-aware implementation easy to control using CSS variables.
My technique, plus a few alternatives: cloudfour.com/thinks/fakin...
#CSS #WebDev #WebDesign
My technique, plus a few alternatives: cloudfour.com/thinks/fakin...
#CSS #WebDev #WebDesign
developer.mozilla.org/en-US/docs/W...
developer.mozilla.org/en-US/docs/W...
```html
<fieldset disabled>
<legend><button type=button>Review</button></legend>
<button>Submit</button>
</fieldset>
```
```html
<fieldset disabled>
<legend><button type=button>Review</button></legend>
<button>Submit</button>
</fieldset>
```
buff.ly/5mnhqpq
from his great newsletter : buff.ly/VU1aJxB
#html #webdev
buff.ly/5mnhqpq
from his great newsletter : buff.ly/VU1aJxB
#html #webdev
adrianroselli.com/2022/07/use-...
adrianroselli.com/2022/07/use-...
- fieldset -> optgroup with label for better fallback + match desired semantics
- fieldset -> optgroup with label for better fallback + match desired semantics
Instead of disabling each field individually you can add disabled to the
developer.mozilla.org/en-US/docs/W...
Instead of disabling each field individually you can add disabled to the
developer.mozilla.org/en-US/docs/W...