Rewild Your Web
web
browser
dweb
1/*
2
3https://html.spec.whatwg.org/multipage/#bidi-rendering
4
5> When the document's character encoding is ISO-8859-8,
6> the following rules are additionally expected to apply, following [user-agent.css]
7
8*/
9
10@namespace url(http://www.w3.org/1999/xhtml);
11
12
13address, blockquote, center, div, figure, figcaption, footer, form, header, hr,
14legend, listing, main, p, plaintext, pre, summary, xmp, article, aside, h1, h2,
15h3, h4, h5, h6, hgroup, nav, section, table, caption, colgroup, col, thead,
16tbody, tfoot, tr, td, th, dir, dd, dl, dt, menu, ol, ul, li, [dir=ltr i],
17[dir=rtl i], [dir=auto i], *|* {
18 unicode-bidi: bidi-override;
19}
20input:not([type=submit i]):not([type=reset i]):not([type=button i]),
21textarea {
22 unicode-bidi: normal;
23}