Skip to content

Commit

Permalink
mark tags deprecated in html: https://www.w3docs.com/learn-html/depre…
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrichau committed Sep 1, 2023
1 parent 506373e commit 35ad417
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
tags-block
tags-deprecated
acronym: aBlock
self acronym with: aBlock
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
tags-block
tags-deprecated
acronym
"Defines an acronym, such as 'GmbH', 'NATO', and 'F.B.I.'"

self
greaseDeprecatedApi: 'WAHtmlCanvas>>acronym'
details: 'https://www.w3docs.com/learn-html/deprecated-html-tags.html'.
^ self tag: 'acronym'
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
tags-format
tags-deprecated
big: aBlock
self big with: aBlock
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
tags-format
tags-deprecated
big
"Defines big text."

self
greaseDeprecatedApi: 'WAHtmlCanvas>>big'
details: 'https://www.w3docs.com/learn-html/deprecated-html-tags.html'.
^ self tag: 'big'
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
tags
tags-deprecated
embed: aBlock
self embed with: aBlock
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
tags
tags-deprecated
embed
"The embed element represents an integration point for an external (typically non-HTML) application or interactive content."
self
greaseDeprecatedApi: 'WAHtmlCanvas>>embed'
details: 'https://www.w3docs.com/learn-html/deprecated-html-tags.html'.
^ self brush: WAEmbedTag new
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
tags
tags-deprecated
menu: aBlock
self menu with: aBlock
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
tags
tags-deprecated
menu
self
greaseDeprecatedApi: 'WAHtmlCanvas>>menu'
details: 'https://www.w3docs.com/learn-html/deprecated-html-tags.html'.
^ self brush: WAMenuTag new

0 comments on commit 35ad417

Please sign in to comment.