Confirmed users
504
edits
(First draft) |
|||
Line 7: | Line 7: | ||
== Open Web Documentation == | == Open Web Documentation == | ||
The HTML5 [ | The HTML5 [http://developer.mozilla.org/en/HTML/Element/bdi|<bdi> element] has been documented. It allows to insert spans of text with unknown directionality, like text coming out of a database, in the middle of text with a known fixed directionality. | ||
At the same time, the documentation of the CSS unicode-bidi property has been updated to describe the two new values: isolate and plaintext, especially used to implement correctly bidi for each HTML element (including, but not only, [<bdi>|http://developer.mozilla.org/en/HTML/Element/bdi], <bdo>|http://developer.mozilla.org/en/HTML/Element/bdo], [<pre>|http://developer.mozilla.org/en/HTML/Element/pre] and [<textarea>|http://developer.mozilla.org/en/HTML/Element/textarea]). | At the same time, the documentation of the CSS unicode-bidi property has been updated to describe the two new values: isolate and plaintext, especially used to implement correctly bidi for each HTML element (including, but not only, [<bdi>|http://developer.mozilla.org/en/HTML/Element/bdi], <bdo>|http://developer.mozilla.org/en/HTML/Element/bdo], [<pre>|http://developer.mozilla.org/en/HTML/Element/pre] and [<textarea>|http://developer.mozilla.org/en/HTML/Element/textarea]). |