|
@@ -290,18 +290,24 @@ q::after {
|
|
content: close-quote;
|
|
content: close-quote;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+/*
|
|
|
|
+NOTE: This isn't a real property and value. See https://github.com/whatwg/html/issues/2291
|
|
br {
|
|
br {
|
|
display-outside: newline;
|
|
display-outside: newline;
|
|
}
|
|
}
|
|
|
|
+*/
|
|
|
|
|
|
/* this also has bidi implications */
|
|
/* this also has bidi implications */
|
|
nobr {
|
|
nobr {
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+/*
|
|
|
|
+NOTE: This isn't a real property and value. See https://github.com/whatwg/html/issues/2291
|
|
wbr {
|
|
wbr {
|
|
display-outside: break-opportunity;
|
|
display-outside: break-opportunity;
|
|
}
|
|
}
|
|
|
|
+*/
|
|
|
|
|
|
/* this also has bidi implications */
|
|
/* this also has bidi implications */
|
|
nobr wbr {
|
|
nobr wbr {
|