nextcloud/core
Daniel Calviño Sánchez 243feca786 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>
2020-02-27 10:35:54 +01:00
..
ajax Update license headers 2019-12-05 15:38:45 +01:00
BackgroundJobs Update license headers 2019-12-05 15:38:45 +01:00
Command Correctly append the port to the host so it's written to the config correctly 2020-02-05 13:58:37 +01:00
Controller Fix license headers 2020-01-13 14:23:49 +01:00
css Adjust list of replaced elements to the spec 2020-02-27 10:35:54 +01:00
Data Update license headers 2019-12-05 15:38:45 +01:00
Db Update license headers 2019-12-05 15:38:45 +01:00
doc changed to nextcloud 2016-06-22 08:20:23 +02:00
Exception Update license headers 2019-12-05 15:38:45 +01:00
fonts Move font from Nunito to Noto Sans 2019-06-22 11:23:44 +02:00
img Add flow icon for app store category 2019-12-19 15:18:09 +01:00
js Copy isFileNameValid function, so the filepicker works without the files app 2020-02-25 12:01:14 +01:00
l10n [tx-robot] updated from transifex 2020-02-26 02:18:20 +00:00
Middleware Update license headers 2019-12-05 15:38:45 +01:00
Migrations Update license headers for 18 2019-12-20 09:23:25 +01:00
Notification Update license headers 2019-12-05 15:38:45 +01:00
search Comply to eslint 2019-10-01 17:16:09 +02:00
Service Update license headers 2019-12-05 15:38:45 +01:00
skeleton ownCloud -> Nextcloud 2016-07-28 15:47:04 +02:00
src Copy isFileNameValid function, so the filepicker works without the files app 2020-02-25 12:01:14 +01:00
templates Add new recommended 18 apps 2020-01-24 10:30:47 +01:00
vendor Remove core.js 2019-01-09 15:02:00 +01:00
.l10nignore Add core/js/dist/ to l10nignore 2019-06-13 13:55:22 +02:00
Application.php Clean up 2FA provider registry when a user is deleted 2020-01-08 10:51:44 +01:00
register_command.php Update license headers 2019-12-05 15:38:45 +01:00
routes.php Add a dedicated page for the recommended apps installation 2019-12-12 08:13:01 +01:00
shipped.json Viewer should be always enabled 2019-12-10 20:06:30 +01:00
strings.php Update license headers 2019-12-05 15:38:45 +01:00
webpack.js Add a dedicated page for the recommended apps installation 2019-12-12 08:13:01 +01:00
webpack.test.js Add webpack-based js tests 2020-02-07 16:56:35 +01:00