Changes between Version 2 and Version 3 of WebAPIReviewChecklist
- Timestamp:
- Jun 27, 2011, 8:43:21 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebAPIReviewChecklist
v2 v3 7 7 = Checklist for reviewing API implemented by major UAs = 8 8 9 * Make sure new API does not conflict with the existing spec 9 * If the spec is before release-candidate stage, CSS property, attribute, element name, etc... must be prefixed with "webkit" 10 * New API should not conflict with the existing spec 11 * WebKit's behavior should match that of other UAs unless the spec states otherwise 10 12 11 13 = Checklist for reviewing API NOT implemented by major UAs = 12 14 13 * Make sure CSS property, attribute, element name, etc.. are prefixed with webkit 15 * If the spec is before release-candidate stage, CSS property, attribute, element name, etc... must be prefixed with "webkit" 16 * New API should not expose sensitive information such as visited color and local file name