diff --git a/Gemfile b/Gemfile index 8386398b..ca6e1012 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gemspec group :test do gem "sus" - gem "quickdraw", github: "joeldrapper/quickdraw" + gem "quickdraw", github: "joeldrapper/quickdraw", branch: "assert-style" gem "simplecov", require: false gem "selenium-webdriver" end 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 `