From 8092f9ab8eef7123c74d95f253efb5a492a8ddf3 Mon Sep 17 00:00:00 2001 From: Aleksander Nowodzinski Date: Mon, 11 Feb 2019 10:43:43 +0100 Subject: [PATCH] =?UTF-8?q?Docs:=20Because=20the=20placeholder=20attribute?= =?UTF-8?q?=20is=20invalid=20for=20non=E2=80=93input=20elements,=20data-pl?= =?UTF-8?q?aceholder=20should=20be=20used=20instead=20(see=20ckeditor/cked?= =?UTF-8?q?itor5#1517).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/editor/editorconfig.jsdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/editor/editorconfig.jsdoc b/src/editor/editorconfig.jsdoc index 53be70cc..6ea412d6 100644 --- a/src/editor/editorconfig.jsdoc +++ b/src/editor/editorconfig.jsdoc @@ -187,11 +187,11 @@ * ::before *

* - * **Note**: Placeholder text can also be set using the `placeholder` attribute of an element passed to + * **Note**: Placeholder text can also be set using the `data-placeholder` attribute of an element passed to * the `create()` method, for instance to * {@link module:editor-classic/classiceditor~ClassicEditor.create `ClassicEditor.create()`}. * - * **Note**: This configuration has precedence over the value of the `placeholder` attribute of a DOM + * **Note**: This configuration has precedence over the value of the `data-placeholder` attribute of a DOM * element passed to the `create()` method. * * See the {@glink features/placeholder "Editor placeholder" guide} for more information and live examples.