Skip to content

Technique H91's example 7b's code should be changed #2977

@ShamarYarde

Description

@ShamarYarde

The H91: Using HTML form controls and links technique's Example 7b currently reads as the following:

<textarea id="ta_1" title="Type your speech here" >Four score and seven years ago</textarea>

I think it should read as the follows, because it's current value is "Four score and seven years ago" instead of the empty value that the preceding text is implying:

<textarea id="ta_1" title="Type your speech here" ></textarea>

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions