DisplayingParagraphsOfText

Differences between revisions 2 and 11 (spanning 9 versions)
Revision 2 as of 2005-04-26 08:34:18
Size: 614
Editor: intern146
Comment: Typo in URL
Revision 11 as of 2005-04-30 04:16:19
Size: 959
Editor: intern146
Comment: + summary
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
 * Contributors: Stuart Bishop, AndrewBennetts  * Contributors: StuartBishop, AndrewBennetts, MatthewPaulThomas
Line 12: Line 12:
 * Status: BrainDump, LaunchpadSpecification, NewSpec, UduBof
 * B
ranch:
 * Ma
lone Bug:
 * Packag
es:
 * D
epends:
 * Status: DraftSpecification, LaunchpadSpecification, MatthewPaulThomasQueue, MorganCollettQueue
Line 21: Line 17:
== Introduction == == Summary ==
Line 23: Line 19:
See https://wiki.launchpad.canonical.com/DisplayingParagraphsOfText for the spec In TheHatchery, we have cases where text is entered in a textarea control, where the user may make use of blank lines to signify paragraphs. At the time of writing, this whitespace is not rendered in HTML, so the paragraph formatting is lost. To fix this, paragraphs should be rendered as HTML `<p>` elements and lines as HTML `<div>` elements.

== Spec elsewhere ==

https://wiki.launchpad.canonical.com/DisplayingParagraphsOfText

Displaying Paragraphs Of Text

Status

Summary

In TheHatchery, we have cases where text is entered in a textarea control, where the user may make use of blank lines to signify paragraphs. At the time of writing, this whitespace is not rendered in HTML, so the paragraph formatting is lost. To fix this, paragraphs should be rendered as HTML <p> elements and lines as HTML <div> elements.

Spec elsewhere

https://wiki.launchpad.canonical.com/DisplayingParagraphsOfText

UbuntuDownUnder/BOFs/DisplayingParagraphsOfText (last edited 2008-08-06 16:22:01 by localhost)