aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/js/workflowengine.js
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2020-02-27 10:35:54 +0100
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2020-02-27 10:35:54 +0100
commit243feca7869b65945bc6b617d378d7d76f60754d (patch)
treed83e195153af26c531542bfe4407890918a81689 /apps/workflowengine/js/workflowengine.js
parent5f1713f9db76ee62bcd7cbe4a0f1227c75b00e3d (diff)
downloadnextcloud-server-243feca7869b65945bc6b617d378d7d76f60754d.tar.gz
nextcloud-server-243feca7869b65945bc6b617d378d7d76f60754d.zip
Adjust list of replaced elements to the spec
"button, textarea, select, div[contenteditable='true']" were removed and "audio, canvas, embed, iframe" were added. Note that this is a coarse-grained list; according to the spec some of the elements, like canvas or input, might be treated as a replaced element in some cases and as ordinary elements in others: https://html.spec.whatwg.org/multipage/rendering.html#replaced-elements For now all the elements that might be replaced elements use the loading image by default, so apps will need to override that when the elements are treated as ordinary elements. Of course that can be flipped in the future to instead make an element to use the "::after" approach by default if it is found that the element requires the override often. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'apps/workflowengine/js/workflowengine.js')
0 files changed, 0 insertions, 0 deletions