Can the browser do local saves with contenteditable-attributed elements?
In contenteditable HTML files, I cannot save edits in the browser. Please allow saving in the browser so I can use my browser as a text editor.
A mark-up example:
<html><body><pre contentEditable="true">any content</pre></body>
Tests (may fail due to server parse or its use of XHTML, at the moment I'm disinclined to try to find out.)
This <pre> text [sh|w]ould be editable, but on the Jolla phone it will not write to disk (no 'Save As...').
This <p> text is likewise, with its attribute 'contenteditable' set to "true".
Ref: http://html5demos.com/contenteditable
Tangentally/directly related: https://together.jolla.com/questions/scope:all/sort:activity-desc/page:1/query:save/