You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/html-to-text/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,7 +150,7 @@ Selectors array is our loose approximation of a stylesheet.
150
150
151
151
* highest [specificity](https://www.w3.org/TR/selectors/#specificity) selector is used when there are multiple matches;
152
152
* the last selector is used when there are multiple matches of equal specificity;
153
-
* all entries with the same selector value are merged (recursively) at the compile stage, in such way so the last defined properties a kept and the relative order of unique selectors is kept;
153
+
* all entries with the same selector value are merged (recursively) at the compile stage, in such way so the last defined properties are kept and the relative order of unique selectors is kept;
154
154
* user-defined entries are appended after [predefined entries](#predefined-formatters);
155
155
* Every unique selector must have `format` value specified (at least once);
156
156
* unlike in CSS, values from different matched selectors are NOT merged at the convert stage. Single best match is used instead (that is the last one of those with highest specificity).
0 commit comments