-
Improvement
-
Resolution: Fixed
-
Minor
-
3.9.2
-
-
MOODLE_39_STABLE
-
MOODLE_39_STABLE
-
Moodle App 3.9.3
Currently,Moodle app allow resource add-on to use html document.
I suggest that we allow xhtml document (mine type is : application/xhtml+xml).
Since we allow iframe with xhtml document.
We should update the treatFrameLink function to allow the click binding event for all the links in xhtml document. because tagName is not always uppercase in xhtml so we need to update add logic for lowercase tagName.
"Because XHTML doctype returns mixed-case tagName if the document is served as Content-Type: application/xhtml+xml"