update readme

This commit is contained in:
Nicolas Cusan
2022-11-07 22:29:12 +01:00
parent 194b133d3b
commit c57c473d9e

View File

@@ -70,7 +70,7 @@ If you need to create styles for tags generated by a CMS or markdown wrap them i
- `hr` is set to be a solid 1px line using `border-top` that inherits its color from its parent's `color` property.
- Inline elements that carry style (`b`, `i`, `strong`, etc.) are not reset.
- `canvas` and `iframe` maintain their default width and height (varies depending on the browser).
- `button`, `select`, `textarea` and `input` (except `[type='checkbox']` and `[type='radio']`), are reset using `appearance: none`.
- `button`, `select`, `textarea` and `input` are reset using `appearance: none`.
- `textarea` maintains its default height.
- `meter` and `progress` elements are not reset.
- Replaced content like `img`, `iframe` and `svg` use `vertical-align: bottom` to prevent alignment issues.