From 1b496a69a63e6fcd19d1f1d9c84c55596fd9faad Mon Sep 17 00:00:00 2001 From: Nicolas Cusan Date: Wed, 12 Aug 2020 14:40:07 +0200 Subject: [PATCH] update readme --- Readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index dae3fde..1f25f2d 100644 --- a/Readme.md +++ b/Readme.md @@ -162,8 +162,7 @@ How to create the styles is up to the author, it can be by creating classes, com - `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` (all types), are reset using `appearance: none`. -- `[type='checkbox']` and `[type='radio']` are set to `appearance: checkbox` and `appearance: radio` respectively (overwriting `appearance: none`) to prevent them from disappearing in iOS. +- `button`, `select`, `textarea` and `input` (except `[type='checkbox']` and `[type='radio']`), are reset using `appearance: none`. - `textarea` maintains its default height. - `meter` and `progress` elements are not reset.