You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to keep a standard way of how all helpers work I would like to propose/and see the following generation of tags from all helpers (in this order
Also as far as consistency is concerned, if a tag does not have a closing tag like , there must be a space followed by a slash and the greater than at closing. Example
<imgsrc='....' id='abc' class='active' />
For elements that do not "need" the />, no space is necessary.
The text was updated successfully, but these errors were encountered:
In order to keep a standard way of how all helpers work I would like to propose/and see the following generation of tags from all helpers (in this order
type (if input)
src
id
name
value
class
(others)
So effectively an Tag::image will generate
Also as far as consistency is concerned, if a tag does not have a closing tag like , there must be a space followed by a slash and the greater than at closing. Example
For elements that do not "need" the />, no space is necessary.
The text was updated successfully, but these errors were encountered: