Changes between Version 19 and Version 20 of HTMLGfx
- Timestamp:
- Dec 31, 2014, 4:38:36 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HTMLGfx
v19 v20 17 17 == Design Considerations == 18 18 19 === General Constraints === 20 Most of the constraints we will have to deal with involve dealing with how browsers deal with security related issues. 21 22 Known issues are: 23 * [http://developer.mozilla.org/en-US/docs/Web/Security/Same-origin_policy Same Origin Policy] 24 * [http://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS HTTP Access Control (CORS)] 25 19 26 === Goals and Guidelines === 20 21 27 Top level goals are: 22 28 * Projects should only need to create HTML/CSS/!JavaScript to have a fully functional graphics application. 29 * Use native platforms predominate HTML rendering technology. 23 30 24 31 === Development Methods ===