You do not have access to this ticket

This project is archived and is in readonly mode.

#2864 ✓resolved
Emilio Tagua

[PATCH] fix rendering of boolean attributes in tag helper methods

Reported by Emilio Tagua | July 2nd, 2009 @ 09:17 PM | in 3.0.2

After adding video_tag in ticket #2843, we definitely should have the audio tag.

The patch:
- Adds the audio_tag and audio_path, with test and docs. - Fixes video_path typo and error in docs. - Changes audio and video attributes values so they are either true or false and not attribute's name value. This is specified in [1] and [2].

[1] http://www.w3schools.com/tags/html5_audio.asp [2] http://www.w3schools.com/tags/html5_video.asp

Comments and changes to this ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>

Referenced by

Pages