Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
This repository was archived by the owner on Dec 14, 2018. It is now read-only.

column attribute for <textarea> is incorrect #5039

Closed
@KLuuKer

Description

@KLuuKer

for a <textarea> columns="123" is incorrect it should be cols="123"

tagBuilder.MergeAttribute("columns", columns.ToString(CultureInfo.InvariantCulture), true);

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/textarea

so according to what spec should the attribute be named columns instead of cols ?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions