summaryrefslogtreecommitdiff
path: root/resources/ua.iso-8859-8.css
blob: 0284b051190b495528b45ac2ce764dc513feccd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* 14.3.5 Bidirectional text */

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;
}