document.designMode is another useful tool when teaching the web and manipulation of content.
One response on “๐ฌ document.designMode”
Replied to re: document.designMode by Aaron Davis Aaron Davis
document.designMode is another useful tool when teaching the web and manipulation of content.
Hi Aaron,
Thanks for this, a useful replacement for Mozzilaโs x-ray for learning, teaching and playing with the web.
I wondered about using this on iOS and found I could make the simplest of shortcuts.
document.designMode=’on’; completion();
Iโve not used a shortcut for running JavaScript in mobile Safari before so useful to learn about completion() Like this:Like Loading…
Replied to re: document.designMode by Aaron Davis Aaron Davis
document.designMode is another useful tool when teaching the web and manipulation of content.
Hi Aaron,
Thanks for this, a useful replacement for Mozzilaโs x-ray for learning, teaching and playing with the web.
I wondered about using this on iOS and found I could make the simplest of shortcuts.
document.designMode=’on’; completion();
Iโve not used a shortcut for running JavaScript in mobile Safari before so useful to learn about completion() Like this:Like Loading…