Changes between Version 20 and Version 21 of HTMLGfx
- Timestamp:
- Dec 31, 2014, 8:17:43 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HTMLGfx
v20 v21 18 18 19 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: 20 Known security related issues: 23 21 * [http://developer.mozilla.org/en-US/docs/Web/Security/Same-origin_policy Same Origin Policy] 24 22 * [http://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS HTTP Access Control (CORS)] 23 24 Known browser utilization issues (on Windows): 25 * [http://msdn.microsoft.com/en-us/library/ie/ee330730(v=vs.85).aspx#browser_emulation Internet Explorer Browser Feature Emulation][[BR]] 26 NOTE: Unless the registry is set-up, your application will act as Internet Explorer 7.0 25 27 26 28 === Goals and Guidelines ===