Confirmed users
59
edits
m (+Markup examples) |
m (+More examples) |
||
| Line 8: | Line 8: | ||
* Define and consolidate markup and behaviour and add the definition to the coding style and reviewers' checklist pages | * Define and consolidate markup and behaviour and add the definition to the coding style and reviewers' checklist pages | ||
** Error pages (better than the given examples would be CSS classes): | ** Error pages (better than the given examples would be CSS classes): | ||
*** Complaints about form values marked up consistently, for example always <code><nowiki>&ldquo;<code>xxx</code>&rdquo;</nowiki></code> (The product “<code>Foo</code>�? does not exist.) | *** Complaints about form values marked up consistently, for example always <code><nowiki>&ldquo;<code>xxx</code>&rdquo;</nowiki></code><br><span style="font-size:85%">(The product “<code>Foo</code>�? does not exist.)</span> | ||
*** Referrals to database data marked up consistently, for example always <code><nowiki><em>xxx</em></nowiki></code> (You must enter a default assignee for component <em>Foo</em>.) | *** Referrals to database data marked up consistently, for example always <code><nowiki><em>xxx</em></nowiki></code><br><span style="font-size:85%">(You must enter a default assignee for component <em>Foo</em>.)</span> | ||
*** Field names marked up consistently, for example always <code><nowiki><em>xxx</em></nowiki></code> (The <em>content</em> field can only be used with <em>matches</em> search and the <em>matches</em> search can only be used with the <em>content</em> field.) | *** Field names marked up consistently, for example always <code><nowiki><em>xxx</em></nowiki></code><br><span style="font-size:85%">(The <em>content</em> field can only be used with <em>matches</em> search and the <em>matches</em> search can only be used with the <em>content</em> field.)</span> | ||
*** Examples of valid values marked up consistently, for example always <code><nowiki><b>xxx</b></nowiki></code> (The value “<code>1</code>�? in the <em>foo</em> field is less than the minimum allowable value of <b>2</b>.) | *** Examples of valid values marked up consistently, for example always <code><nowiki><b>xxx</b></nowiki></code><br><span style="font-size:85%">(The value “<code>1</code>�? in the <em>foo</em> field is less than the minimum allowable value of <b>2</b>.)</span> | ||
** Admin pages: | ** Admin pages: | ||
*** <code>edit | *** <code>edit*.cgi</code> specific footer links: | ||
**** Make a more relevant part of the text than just the | **** Make a more relevant part of the text than just the item name active in <code>edit*.cgi</code> because putting just the item name into <a></a> is not descriptive enough<br><span style="font-size:85%">(<u>Add a product</u> (<u>to classification <em>Foo</em></u>). <u>Edit product <em>Bar</em></u>.)</span> | ||
**** Consolidate the set of links accross admin pages | **** Consolidate the set of links accross admin pages | ||
*** Move away from pages laconically saying “done�? towards pages giving a sensible list of follow-up options | *** Move away from pages laconically saying “done�? towards pages giving a sensible list of follow-up options | ||