From e8a8bdf80bdae20150bb4f6d4dfbd9b397399871 Mon Sep 17 00:00:00 2001 From: Jeroen Engels Date: Wed, 27 Apr 2022 15:43:48 +0200 Subject: [PATCH] Remove mentions of script tags --- src/Html/Attributes.elm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Html/Attributes.elm b/src/Html/Attributes.elm index 652fc62..2f388a6 100644 --- a/src/Html/Attributes.elm +++ b/src/Html/Attributes.elm @@ -302,7 +302,7 @@ tabindex n = {-| The URL of the embeddable content. For `audio`, `embed`, `iframe`, `img`, -`input`, `script`, `source`, `track`, and `video`. +`input`, `source`, `track`, and `video`. -} src : String -> Attribute msg src url = @@ -426,7 +426,7 @@ srcdoc = {-| Defines the type of a `button`, `checkbox`, `input`, `embed`, `menu`, -`object`, `script`, `source`, or `style`. +`object`, `source`, or `style`. -} type_ : String -> Attribute msg type_ =