stable

Clone or download

Read-only

Remove type attribute from textarea in TLP doc

Go to TLP documentation ยป forms. `textarea` examples should not have a `type="text"` attribute. `type` is not part of allowed attributes in [HTML 5 spec](https://www.w3.org/TR/html52/sec-forms.html#the-textarea-element). This removes as well the detected (textarea\s+type=) wrong usages in existing code. Fix request #18424: TLP doc expose invalid attribute "type" for textarea element Change-Id: I1672ff790d08762b63e7fdcdb808a9b7f7e5aab2

Modified Files

Name
M plugins/document/scripts/document/components/Folder/Metadata/CustomMetadata/CustomMetadataText.vue +0 โˆ’1 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/creation-fields/FieldDescription.vue +0 โˆ’1 Go to diff View file
M src/common/tracker/HTML/ArtifactHtml.class.php +3 โˆ’3 Go to diff View file
M src/scripts/platform/banner/admin/src/components/BannerPresenter.vue +0 โˆ’1 Go to diff View file
M src/scripts/platform/banner/admin/src/components/__snapshots__/BannerPresenter.test.ts.snap +0 โˆ’3 Go to diff View file
M src/scripts/project/admin/banner/src/components/BannerPresenter.vue +0 โˆ’1 Go to diff View file
M src/scripts/project/admin/banner/src/components/__snapshots__/BannerPresenter.test.ts.snap +0 โˆ’3 Go to diff View file
M src/scripts/project/registration/src/components/Information/Fields/FieldDescription.vue +0 โˆ’1 Go to diff View file
M src/templates/admin/projects/add_description_field_modal.mustache +1 โˆ’1 Go to diff View file
M src/templates/admin/projects/edit_description_field_modal.mustache +1 โˆ’1 Go to diff View file
M src/templates/admin/system_events/notifications-add-modal.mustache +1 โˆ’1 Go to diff View file
M src/templates/admin/system_events/notifications-edit-modal.mustache +1 โˆ’1 Go to diff View file
M src/templates/project/admin/ugroup-settings-details.mustache +1 โˆ’1 Go to diff View file
M src/templates/project/admin/user_groups/modal-ugroup.mustache +0 โˆ’1 Go to diff View file
M src/templates/widgets/contact-modal.mustache +1 โˆ’1 Go to diff View file
M src/templates/widgets/note-preferences.mustache +1 โˆ’1 Go to diff View file
M src/www/tlp-doc/resources/forms/textareas/example.html +8 โˆ’8 Go to diff View file
M src/www/tlp-doc/resources/visual-assets/colors/illustrations/doc.html +2 โˆ’2 Go to diff View file