Changes between Version 19 and Version 20 of HTMLGfx


Ignore:
Timestamp:
Dec 31, 2014, 4:38:36 PM (9 years ago)
Author:
romw
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HTMLGfx

    v19 v20  
    1717== Design Considerations ==
    1818
     19=== General Constraints ===
     20Most of the constraints we will have to deal with involve dealing with how browsers deal with security related issues.
     21
     22Known 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
    1926=== Goals and Guidelines ===
    20 
    2127Top level goals are:
    2228 * Projects should only need to create HTML/CSS/!JavaScript to have a fully functional graphics application.
     29 * Use native platforms predominate HTML rendering technology.
    2330
    2431=== Development Methods ===