Closed (fixed)
Project:
Drupal.org site moderators
Component:
Localize.drupal.org
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
7 Sep 2009 at 09:17 UTC
Updated:
19 Apr 2010 at 08:25 UTC
To be able to get some decent formatting, I like to use more HTML tags in the l.d.o. group story nodes.
At a minimum pls add <h2><h3><h4> tags. Also I like to have <table><tr><td><thead><tbody>.
Style guide at drupal.nl: http://drupal.nl/node/1505
At l.d.o.: http://localize.drupal.org/node/95
Wordlist at drupal.nl: http://drupal.nl/node/1506
At l.d.o (using <dt><dd>): http://localize.drupal.org/node/93
Comments
Comment #1
avpadernoThe HTML tags accepted from l.d.o are the same accepted by default on d.o.
Different roles exist in d.o, and to some of them is associated a more extensive input format. I am not sure if the same is valid on l.d.o.
Comment #2
avpadernoTable HTML tags are problematic, as it is possible to make a page unreadable by using the wrong value for an attribute.
Comment #3
gábor hojtsyI'd love to hand out more tags in some form, but I need to look at what other sites allow and what are our rules. Eg. what can groupg.drupal.org team members post. As part of the drupal.org redesign, we are also trying to get the input formats closer, so when moving among sites, you'd not have the reset your mind on your input formats.
Comment #4
gábor hojtsyI've added a "Rich HTML" input format which can be used for this input. I kept the simpler Filtered HTML as default, so that comments, etc. have less chance to break whole pages.
Comment #6
gábor hojtsyTable tags were added to the base Filtered HTML format on drupal.org (based on #558398: Add table elements to Filtered HTML format), and I intended to make the same changes on l.d.o However, this obsoletes the Rich HTML format, since there is no difference anymore between that and the filtered HTML format. Removing the Rich HTML format, which should result in all posts in that format descend to Filtered HTML which is now capable of doing all that. New set of base tags:
<h1> <h2> <h3> <h4> <h5> <h6> <em> <strong> <code> <del> <blockquote> <q> <cite> <sup> <sub> <p> <br> <ul> <ol> <li> <dl> <dt> <dd> <a> <b> <u> <i> <table> <tr> <td> <thead> <tbody>