Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Html/Attributes.elm
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down Expand Up @@ -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_ =
Expand Down