-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please add a statement of browser support #34
Comments
Cross-linking we also have a request for this in the core Marko repo: marko-js/marko#785 |
Tigt: Does eBay have official browser support somewhere? I assume Marko's browser support lines up with it <button id:scoped="btn">...
<script>
document.getElementById("${component.elId("btn")}").onclick = () => print();
</script> Tigt: oh neat <button id:scoped="btn">...
$ out.script(`document.getElementById("${component.elId("btn")}").onclick = () => print();`); DylanPiercey: But probably we don't want to recommend that. |
Marko looks cool!
Please add a browser compatibility list or statement somewhere in the docs, ideally in the introduction. https://markojs.com/ doesn't (currently?) work on IE11, so I went looking to see if Marko does, and some time later I think the answer is "yes" but A) It took some time to get there, and B) I'm not sure that's true. :-D
src/components/ready.js
in Marko's source has a comment about doing a DOM ready check on Internet Explorer, and Marko issue #796 seemed to be IE-specific and got fixed the same day it was reported (impressive!) (and the person reporting the issue said most of their users are on IE11). So that suggests that there's at least some support for IE11, but is it limited? Are the particular things to avoid?Why
When evaluating a framework of this sort, one of the first questions I and others ask is "What browsers / browser versions are supported?"
Is this something you're interested in working on?
If someone wants to give me the raw info, I'm happy to do some wordsmithing and a PR.
The text was updated successfully, but these errors were encountered: