MDN/Archives/Newsletter/Draft: Difference between revisions
| Line 9: | Line 9: | ||
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. | 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 [http://developer.mozilla.org/en/CSS/unicode-bidi|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, [http://developer.mozilla.org/en/HTML/Element/bdi|<bdi>], [http://developer.mozilla.org/en/HTML/Element/bdo|<bdo>], [http://developer.mozilla.org/en/HTML/Element/pre| | At the same time, the documentation of the CSS [http://developer.mozilla.org/en/CSS/unicode-bidi|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, [http://developer.mozilla.org/en/HTML/Element/bdi|<bdi>], [http://developer.mozilla.org/en/HTML/Element/bdo|<bdo>], [http://developer.mozilla.org/en/HTML/Element/pre|<pre>] and [http://developer.mozilla.org/en/HTML/Element/textarea]|<textarea>). | ||
The documentation of the CSS property [http://developer.mozilla.org/en/CSS/text-overflow|text-overflow] has been completely rewritten to account for the new extended two-value syntax and the new allowed string values. New examples have been added. | The documentation of the CSS property [http://developer.mozilla.org/en/CSS/text-overflow|text-overflow] has been completely rewritten to account for the new extended two-value syntax and the new allowed string values. New examples have been added. | ||
Revision as of 06:40, 26 October 2011
This is a draft. (Edit it!)
Bi-weekly MDN Newsletter
'Introduction' (TBW)
Open Web Documentation
The HTML5 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 [1] 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, , , <pre> and [2]|<textarea>).
The documentation of the CSS property [3] has been completely rewritten to account for the new extended two-value syntax and the new allowed string values. New examples have been added.
'Apps' ?
Mozilla-specific Documentation
- 'New JsDebugger'?
- 'state of Fx 8 for developers'
Evolution of MDN
- 1§ about state of Kuma
- What's happening on dev/MDN:
- Discussion about the light evolution of the CSS property template.
Statistics
Dev-doc-needed/dev-doc-complete evolution.
How to mark bugs for docs + how to write a bug about doc.