Texts need more formatting options #1667

Open
opened 2013-07-15 14:39:46 +00:00 by j · 0 comments
Owner

Right now

// inline formatting
'b', 'code', 'em', 'i', 's', 'strong', 'sub', 'sup', 'u',
// block formatting
'blockquote', 'h1', 'h2', 'h3', 'p', 'pre',
// lists
'li', 'ol', 'ul',
// tables
'table', 'tbody', 'td', 'tfoot', 'th', 'thead', 'tr',
// other
'a', 'br', 'img',
// special
'rtl', '[]'

also see #1666 about links inside document

Missing:

  • align text: right, center
  • new 'bdi' tag - mixed bidirectional text formatting (done)
  • new 'cite' tag - represents the title of a work (done)
  • new 'q' tag - represents an inline quotation (done)
  • div,span should be allowed to make copy and paste of existing text easier (done)
  • some form of footnotes, possibly just #1352

possibly more tags from https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5/HTML5_element_list

Right now ``` // inline formatting 'b', 'code', 'em', 'i', 's', 'strong', 'sub', 'sup', 'u', // block formatting 'blockquote', 'h1', 'h2', 'h3', 'p', 'pre', // lists 'li', 'ol', 'ul', // tables 'table', 'tbody', 'td', 'tfoot', 'th', 'thead', 'tr', // other 'a', 'br', 'img', // special 'rtl', '[]' ``` also see #1666 about links inside document Missing: - align text: right, center - new 'bdi' tag - mixed bidirectional text formatting (done) - new 'cite' tag - represents the title of a work (done) - new 'q' tag - represents an inline quotation (done) - div,span should be allowed to make copy and paste of existing text easier (done) - some form of footnotes, possibly just #1352 possibly more tags from <https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5/HTML5_element_list>
j added the
general
label 2013-07-15 14:39:46 +00:00
0x2620 was assigned by j 2013-07-15 14:39:46 +00:00
j added the
normal
defect
labels 2013-07-15 14:39:46 +00:00
rlx added this to the 13.02 milestone 2014-02-09 19:24:55 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: 0x2620/pandora#1667
No description provided.