|
|
@ -24,8 +24,8 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
html { |
|
|
|
html { |
|
|
|
line-height: 1.15; /* 1 */ |
|
|
|
line-height: 1.15; // 1 |
|
|
|
-webkit-text-size-adjust: 100%; /* 2 */ |
|
|
|
-webkit-text-size-adjust: 100%; // 2 |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* Sections |
|
|
|
/* Sections |
|
|
@ -66,9 +66,9 @@ h1 { |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
hr { |
|
|
|
hr { |
|
|
|
box-sizing: content-box; /* 1 */ |
|
|
|
box-sizing: content-box; // 1 |
|
|
|
height: 0; /* 1 */ |
|
|
|
height: 0; // 1 |
|
|
|
overflow: visible; /* 2 */ |
|
|
|
overflow: visible; // 2 |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
@ -77,9 +77,9 @@ hr { |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
pre { |
|
|
|
pre { |
|
|
|
font-family: monospace, monospace; /* 1 */ |
|
|
|
font-family: monospace, monospace; // 1 |
|
|
|
font-display: auto; |
|
|
|
font-display: auto; |
|
|
|
font-size: 1em; /* 2 */ |
|
|
|
font-size: 1em; // 2 |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* Text-level semantics |
|
|
|
/* Text-level semantics |
|
|
@ -99,9 +99,9 @@ a { |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
abbr[title] { |
|
|
|
abbr[title] { |
|
|
|
border-bottom: none; /* 1 */ |
|
|
|
border-bottom: none; // 1 |
|
|
|
text-decoration: underline; /* 2 */ |
|
|
|
text-decoration: underline; // 2 |
|
|
|
text-decoration: underline dotted; /* 2 */ |
|
|
|
text-decoration: underline dotted; // 2 |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
@ -121,9 +121,9 @@ strong { |
|
|
|
code, |
|
|
|
code, |
|
|
|
kbd, |
|
|
|
kbd, |
|
|
|
samp { |
|
|
|
samp { |
|
|
|
font-family: monospace, monospace; /* 1 */ |
|
|
|
font-family: monospace, monospace; // 1 |
|
|
|
font-display: auto; |
|
|
|
font-display: auto; |
|
|
|
font-size: 1em; /* 2 */ |
|
|
|
font-size: 1em; // 2 |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
@ -179,11 +179,11 @@ input, |
|
|
|
optgroup, |
|
|
|
optgroup, |
|
|
|
select, |
|
|
|
select, |
|
|
|
textarea { |
|
|
|
textarea { |
|
|
|
font-family: inherit; /* 1 */ |
|
|
|
font-family: inherit; // 1 |
|
|
|
font-display: auto; |
|
|
|
font-display: auto; |
|
|
|
font-size: 100%; /* 1 */ |
|
|
|
font-size: 100%; // 1 |
|
|
|
line-height: 1.15; /* 1 */ |
|
|
|
line-height: 1.15; // 1 |
|
|
|
margin: 0; /* 2 */ |
|
|
|
margin: 0; // 2 |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
@ -192,8 +192,8 @@ textarea { |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
button, |
|
|
|
button, |
|
|
|
input { /* 1 */ |
|
|
|
input { |
|
|
|
overflow: visible; |
|
|
|
overflow: visible; // 1 |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
@ -202,8 +202,8 @@ input { /* 1 */ |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
button, |
|
|
|
button, |
|
|
|
select { /* 1 */ |
|
|
|
select { |
|
|
|
text-transform: none; |
|
|
|
text-transform: none; // 1 |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
@ -256,12 +256,12 @@ fieldset { |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
legend { |
|
|
|
legend { |
|
|
|
box-sizing: border-box; /* 1 */ |
|
|
|
box-sizing: border-box; // 1 |
|
|
|
color: inherit; /* 2 */ |
|
|
|
color: inherit; // 2 |
|
|
|
display: table; /* 1 */ |
|
|
|
display: table; // 1 |
|
|
|
max-width: 100%; /* 1 */ |
|
|
|
max-width: 100%; // 1 |
|
|
|
padding: 0; /* 3 */ |
|
|
|
padding: 0; // 3 |
|
|
|
white-space: normal; /* 1 */ |
|
|
|
white-space: normal; // 1 |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
@ -287,8 +287,8 @@ textarea { |
|
|
|
|
|
|
|
|
|
|
|
[type="checkbox"], |
|
|
|
[type="checkbox"], |
|
|
|
[type="radio"] { |
|
|
|
[type="radio"] { |
|
|
|
box-sizing: border-box; /* 1 */ |
|
|
|
box-sizing: border-box; // 1 |
|
|
|
padding: 0; /* 2 */ |
|
|
|
padding: 0; // 2 |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
@ -306,8 +306,8 @@ textarea { |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
[type="search"] { |
|
|
|
[type="search"] { |
|
|
|
-webkit-appearance: textfield; /* 1 */ |
|
|
|
-webkit-appearance: textfield; // 1 |
|
|
|
outline-offset: -2px; /* 2 */ |
|
|
|
outline-offset: -2px; // 2 |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
@ -324,8 +324,8 @@ textarea { |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
::-webkit-file-upload-button { |
|
|
|
::-webkit-file-upload-button { |
|
|
|
-webkit-appearance: button; /* 1 */ |
|
|
|
-webkit-appearance: button; // 1 |
|
|
|
font: inherit; /* 2 */ |
|
|
|
font: inherit; // 2 |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* Interactive |
|
|
|
/* Interactive |
|
|
|