p element

Pass Criteria

Reference

Test p-001: p element

Some text in a paragraph.

More text in another paragraph.

Test p-002: p element with contenteditable.

A paragraph that can be edited.

Test p-003: p element with contenteditable and aria-label.

A paragraph that can be edited.

Test p-004: p element with dir="rtl".

A right to left paragraph.

Test p-005: p element with draggable and title.

A paragraph with the draggable and title attributes.

Test p-006: p element with hidden.

Test p-007: p element with hidden.

Test p-008: p element with hidden and style="display:*".

Test p-009: p element with lang="es".

Hola. Me gusta el HTML.

Test p-010: p element with tabindexes.

A paragraph with tabindex="0"

A paragraph with tabindex="-1"

Test p-011: p element with onclick.

A "clickable" paragraph.

Test p-012: p element with tabindex and onclick.

A focusable and "clickable" paragraph.

Test p-013: p element with title.

A paragraph with title

Test p-014: p element with aria-label.

A paragraph with aria-label

Test p-015: p element with aria-label and title.

A paragraph with more than meets the eye.

Test p-016: p element with spellcheck="true" attribute.

A paragraph with spellchecktrue.

Test p-017: p element with spellcheck="false" attribute.

A paragraph with spellcheckfalse.

Test p-018: p element with spellcheck="true" and contenteditable attributes.

A paragraph with spellchecktrue.

Test p-019: p element with spellcheck="false" and contenteditable attributes.

A paragraph with spellcheckfalse.