Sandbox: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{MO
{{Module
|Fred Bloggs
|name=accessibility
|This is a long bit of text
|description=Making Mozilla more accessible. A description which runs onto a second line. More description. Yet more description.
|news.mozilla.org
|group=tools
|Foo
|source_dir=accessibility
|url=http://www.bugzilla.org/docs
|owners=Fred Flintstone
|peers=Barney Rubble, Wilma Flintstone
}}
 
{{Module
|name=accessibility
|description=Making Mozilla more accessible. A description which runs onto a second line. More description. Yet more description.
|group=tools
|source_dir=accessibility
|url=http://www.bugzilla.org/docs
|owners=Fred Flintstone
|peers=Barney Rubble, Wilma Flintstone
}}
}}



Revision as of 17:28, 28 April 2010

Name: accessibility (#)
Description: Making Mozilla more accessible. A description which runs onto a second line. More description. Yet more description.
Owner: none
Peer(s): Barney Rubble, Wilma Flintstone
URL(s): http://www.bugzilla.org/docs
Discussion Group: tools
Name: accessibility (#)
Description: Making Mozilla more accessible. A description which runs onto a second line. More description. Yet more description.
Owner: none
Peer(s): Barney Rubble, Wilma Flintstone
URL(s): http://www.bugzilla.org/docs
Discussion Group: tools

<video width="512" height="288" poster="/img/tignish/video/poster-personas.jpg" controls="controls">

</video>

 
// Hello1.cs
public class Hello1
{
   public static void Main()
   {
      System.Console.WriteLine("Hello, World!");
   }
}


interface Storage {
 readonly attribute unsigned long length;
 [IndexGetter] DOMString key(in unsigned long index);
 [NameGetter] DOMString getItem(in DOMString key);
 [NameSetter, NameCreator] void setItem(in DOMString key, in DOMString data);
 [NameDeleter] void removeItem(in DOMString key);
 void clear();

};

asdf


h1 and h2 heading headings look awfully close

h2 and h1 headings look awfully close

This is bug 398439