aboutsummaryrefslogtreecommitdiffstats
path: root/resources/iso-8859-8.css
blob: 3651061c391081b520b7425eb4098b379fac9055 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*

https://html.spec.whatwg.org/multipage/#bidi-rendering

> When the document's character encoding is ISO-8859-8,
> the following rules are additionally expected to apply, following [user-agent.css]

*/

@namespace url(http://www.w3.org/1999/xhtml);


address, blockquote, center, div, figure, figcaption, footer, form, header, hr,
legend, listing, main, p, plaintext, pre, summary, xmp, article, aside, h1, h2,
h3, h4, h5, h6, hgroup, nav, section, table, caption, colgroup, col, thead,
tbody, tfoot, tr, td, th, dir, dd, dl, dt, menu, ol, ul, li, [dir=ltr i],
[dir=rtl i], [dir=auto i], *|* {
  unicode-bidi: bidi-override;
}
input:not([type=submit i]):not([type=reset i]):not([type=button i]),
textarea, keygen {
  unicode-bidi: normal;
}