Changes between Version 25 and Version 26 of WebInspectorCodingStyleGuide
- Timestamp:
- Jan 15, 2017, 3:02:13 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebInspectorCodingStyleGuide
v25 v26 3 3 (Note: Few if any of these guidelines are checked by `check-webkit-style`. There's a tracking bug for that: [https://bugs.webkit.org/show_bug.cgi?id=125045]) 4 4 5 == Non-code Style 6 For user-facing strings, we follow the macOS Human Interface Guidelines. 7 * [https://developer.apple.com/library/content/documentation/UserExperience/Conceptual/OSXHIGuidelines/Assistance.html Guidelines for help tags] (aka tooltips) 8 * [https://developer.apple.com/library/content/documentation/UserExperience/Conceptual/OSXHIGuidelines/TerminologyWording.html#//apple_ref/doc/uid/20000957-CH15-SW4 Guidelines for UI labels] 9 * [https://developer.apple.com/library/content/documentation/UserExperience/Conceptual/OSXHIGuidelines/Keyboard.html#//apple_ref/doc/uid/20000957-CH84-SW1 Guidelines for keyboard shortcuts] 5 10 == Tokens, spacing, indentation, syntax 6 11