From 860b2c922b83655adcfe1ec5bc4a490c4b827cb6 Mon Sep 17 00:00:00 2001 From: Joel Drapper Date: Mon, 16 Dec 2024 21:51:53 +0000 Subject: [PATCH] Rubocop fixes --- lib/phlex/html/standard_elements.rb | 101 ---------------------------- lib/phlex/html/void_elements.rb | 11 --- lib/phlex/svg/standard_elements.rb | 63 ----------------- 3 files changed, 175 deletions(-) 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 `