Open mlewand opened 9 years ago
Testability: 1
1
Techniques:
<q>
q
We might also check lenght of the quote, and if it's too long, then propose placing it should be handled by blockquoteUseForQuotations.
blockquoteUseForQuotations
Provide a Quick Fix that would automatically create q element with a proper content.
Note: here we would need to think if we want to leave quote character in text, or not (compatibility with older browsers).
New Assessment
Base Information
Testability:
1
Techniques:
Implementation
<q>
elements were found inside the quote, suggest placing aq
element.We might also check lenght of the quote, and if it's too long, then propose placing it should be handled by
blockquoteUseForQuotations
.Real World Examples
Quick Fix
Provide a Quick Fix that would automatically create
q
element with a proper content.Note: here we would need to think if we want to leave quote character in text, or not (compatibility with older browsers).