diff --git a/lib/phlex/html/standard_elements.rb b/lib/phlex/html/standard_elements.rb index c267a9a6..94ae9777 100644 --- a/lib/phlex/html/standard_elements.rb +++ b/lib/phlex/html/standard_elements.rb @@ -17,7 +17,6 @@ module Phlex::HTML::StandardElements **attributes, &content ) = nil - # Outputs an `` tag. # The `` element represents an abbreviation or acronym. # See https://developer.mozilla.org/docs/Web/HTML/Element/abbr @@ -28,7 +27,6 @@ module Phlex::HTML::StandardElements **attributes, &content ) = nil - # Outputs an `
` tag. # The `
` element indicates contact information for a person or organization. # See https://developer.mozilla.org/docs/Web/HTML/Element/address @@ -38,7 +36,6 @@ module Phlex::HTML::StandardElements **attributes, &content ) = nil - # Outputs an `
` tag. # The `
` element represents a self-contained composition in a document, page, application, or site. # See https://developer.mozilla.org/docs/Web/HTML/Element/article @@ -48,7 +45,6 @@ module Phlex::HTML::StandardElements **attributes, &content ) = nil - # Outputs an `