Changes between Version 20 and Version 21 of HTMLGfx


Ignore:
Timestamp:
Dec 31, 2014, 8:17:43 PM (9 years ago)
Author:
romw
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HTMLGfx

    v20 v21  
    1818
    1919=== 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:
     20Known security related issues:
    2321 * [http://developer.mozilla.org/en-US/docs/Web/Security/Same-origin_policy Same Origin Policy]
    2422 * [http://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS HTTP Access Control (CORS)]
     23
     24Known 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
    2527
    2628=== Goals and Guidelines ===