From 940eec417f20e53abd3e3114c7fa845dac0d3a62 Mon Sep 17 00:00:00 2001 From: Vipul A M Date: Tue, 28 Jun 2016 03:18:05 -0700 Subject: Bring Boolean Attributes list for AV Tags helper upto speed with current spec. This is based on https://github.com/kangax/html-minifier/blob/6b2d4536d82819143b468b41a89c700b6c61631f/src/htmlminifier.js#L197 and spec from https://www.w3.org/TR/html51/single-page.html. Couple of other changes to tests due to support update: - autobuffer has been dropped in favour of preload attribute, ref: https://msdn.microsoft.com/en-us/library/ff974743(v=vs.85).aspx - pubdate attribute has been dropped from spec, ref: https://www.w3.org/html/wg/tracker/issues/185 --- actionview/test/template/date_helper_test.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'actionview/test/template/date_helper_test.rb') diff --git a/actionview/test/template/date_helper_test.rb b/actionview/test/template/date_helper_test.rb index 0f89f2ca09..3b4d4f42e5 100644 --- a/actionview/test/template/date_helper_test.rb +++ b/actionview/test/template/date_helper_test.rb @@ -3609,10 +3609,6 @@ class DateHelperTest < ActionView::TestCase assert_equal expected, time_tag(time) end - def test_time_tag_pubdate_option - assert_match(/.*<\/time>/, time_tag(Time.now, :pubdate => true)) - end - def test_time_tag_with_given_text assert_match(/Right now<\/time>/, time_tag(Time.now, 'Right now')) end -- cgit v1.2.3