Confirmed users
59
edits
(+Suggestions) |
m (+Markup 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> | *** 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.) | ||
*** Referrals to database data marked up consistently, for example always <code><nowiki><em>xxx</em></nowiki></code> | *** 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>.) | ||
*** Examples of valid values marked up consistently, for example always <code><nowiki><b>xxx</b></nowiki></code> | *** 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.) | ||
*** 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>.) | |||
** Admin pages: | ** Admin pages: | ||
*** <code>edit***.cgi</code> specific footer links: | *** <code>edit***.cgi</code> specific footer links: | ||