8000 Delete the redundant '</div>' in the example · Issue #329 · vuejs/docs · GitHub
[go: up one dir, main page]

Skip to content
Delete the redundant '</div>' in the example #329
Closed
@gmaso

Description

@gmaso

In the example code of https://v3.vuejs.org/guide/a11y-semantics.html#hiding-content, there '</div>' on line 4 is redundant:

<form role="search">
  <label for="search" class="hidden-visually">Search: </label>
  <input type="text" name="search" id="search" v-model="search" />
    </div>
    <button type="submit">Search</button>
</form>

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0