MDN/Archives/Community meetings/2010/2010-11-24: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
 
(7 intermediate revisions by 5 users not shown)
Line 9: Line 9:


= Process =
= Process =
* Removed clear:both from CSS for the callout boxes to prevent large gaps when they're used next to the page TOC.
* Removed <code>clear:both</code> from CSS for the callout boxes to prevent large gaps when they're used next to the page TOC.
* Fixed anch template so it works for sections with spaces in their titles.
* Fixed anch template so it works for sections with spaces in their titles.


Line 17: Line 17:


* Full-width tables in the new skin (Janet)
* Full-width tables in the new skin (Janet)
** Keep in mind that setting the table width explicitly can cause tables to get pushed down by the TOC, leaving a bunch of dead space on the page.
** Avoid setting the table width explicitly, because it can cause tables to get pushed down by the TOC, leaving a bunch of dead space on the page.
* How to add templates for locales? Problem with HTML element page in Spanish (deimidis)
* How to add templates for locales? Problem with HTML element page in Spanish (deimidis)
** Customize the [https://developer.mozilla.org/Template:HTMLElement Template:HTMLElement] and other templates to handle Spanish.

Latest revision as of 19:27, 6 May 2015

MDN site

  • We should have a minor skin update for MDC before mid-December.
  • Work is underway on sorting through the issues blocking deployment of MindTouch 10.0.4.

Documentation content

  • Down to 58 dev-doc-needed+RESOLVED items.
  • Proposal for new demo pages: math demo page (feedback wanted; possible enhancement: live editing of code samples?)
    • Sheppy will investigate making it so we can use html instead of having to do xml for this.

Process

  • Removed clear:both from CSS for the callout boxes to prevent large gaps when they're used next to the page TOC.
  • Fixed anch template so it works for sections with spaces in their titles.

Evangelism

Best Practices

  • Full-width tables in the new skin (Janet)
    • Avoid setting the table width explicitly, because it can cause tables to get pushed down by the TOC, leaving a bunch of dead space on the page.
  • How to add templates for locales? Problem with HTML element page in Spanish (deimidis)