Changes between Initial Version and Version 1 of WebAPIReviewChecklist


Ignore:
Timestamp:
Jun 22, 2011 12:07:47 PM (13 years ago)
Author:
rniwa@webkit.org
Comment:

Add WebAPIReviewChecklist

Legend:

Unmodified
Added
Removed
Modified
  • WebAPIReviewChecklist

    v1 v1  
     1[[PageOutline]]
     2
     3= What is a Web-facing API? =
     4
     5Any css property, DOM property, JS object, event, etc... that are accessible from JavaScript, plugins, and other means from the Web content is considered as Web-facing API.
     6
     7= Checklist for reviewing API implemented by major UAs =
     8* Make sure new API does not conflict with the existing spec
     9
     10= Checklist for reviewing API NOT implemented by major UAs =
     11* Make sure CSS property, attribute, element name, etc.. are prefixed with webkit