[Bug 12715] When used to include data blocks (as opposed to scripts), the data must be embedded inline

https://www.w3.org/Bugs/Public/show_bug.cgi?id=12715

piersh@hotmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|NEEDSINFO                   |

--- Comment #10 from piersh@hotmail.com 2012-01-04 18:41:23 UTC ---
why is XMLHttpRequest not sufficient?

1) it only works over HTTP. other URL schemes aren't supported.
2) it is imperative-style, as opposed to declarative.

HTML is a markup language, not a programming language.

the use case is in comment #3
  https://www.w3.org/Bugs/Public/show_bug.cgi?id=12715#c3

consider that simple one-liner compared to the XHR nightmare you have to jump
through. what happens if you want to run the content from a non-http url scheme
(file://) ?

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 4 January 2012 18:43:29 UTC