Difference between revisions of "Website:Issues"
Jump to navigation
Jump to search
(Remove old/fixed stuff) |
|||
Line 3: | Line 3: | ||
===Sam's todo list=== | ===Sam's todo list=== | ||
− | |||
− | |||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=292780 Bug 292780] - Create /download/releases Page Listing Releases | * [https://bugzilla.mozilla.org/show_bug.cgi?id=292780 Bug 292780] - Create /download/releases Page Listing Releases | ||
− | |||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=293093 Bug 293093] - Main Page needs list of support languages | * [https://bugzilla.mozilla.org/show_bug.cgi?id=293093 Bug 293093] - Main Page needs list of support languages | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
===Smokey's issues and typos found=== | ===Smokey's issues and typos found=== | ||
Line 75: | Line 28: | ||
** Referring to menus, menu items, buttons, preference labels; see http://www.mindspring.com/~alqahira/moz/cbo-ui.html | ** Referring to menus, menu items, buttons, preference labels; see http://www.mindspring.com/~alqahira/moz/cbo-ui.html | ||
** Navigating menus and prefpanes (step-by-step order)<strong>?</strong> | ** Navigating menus and prefpanes (step-by-step order)<strong>?</strong> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 23:05, 6 April 2006
Please report all issues with the current Camino website below:
Sam's todo list
- Bug 292780 - Create /download/releases Page Listing Releases
- Bug 293093 - Main Page needs list of support languages
Smokey's issues and typos found
- cb.o needs an "Editorial" style guide (how words are spelled, capitalized, US vs. European comma placement, how elements of the GUI are named, etc.)
- Refer to Apple's style guide, http://developer.apple.com/documentation/UserExperience/Conceptual/APStyleGuide/AppleStyleGuide2006.pdf
- drop-down
- preference pane
- search field
- location bar
- web page (not webpage)
- dialog (not dialogue)
- separate windows/dialogs in Initial Caps--kinda
- Downloads window
- Preferences
- Bookmarks Manager (though not a separate window, it's a distinct custom view)
- appnames in <strong> in instructions (not random mentions)
- filenames in <code> blocks, e.g. <code>user.js</code>
- Use raw Unicode characters (⌘ … “ ” ’ —) rather than entities
- keyboard shortcuts:
- ⌘ first, capital letter last, shift before option, no space or dash.
- use
kbd
tag with title attribute (spell out command, initial caps), e.g.- <kbd title="Command-Option-E">⌘⌥E</kbd>
- Referring to menus, menu items, buttons, preference labels; see http://www.mindspring.com/~alqahira/moz/cbo-ui.html
- Navigating menus and prefpanes (step-by-step order)?