Quote:
Originally Posted by bookman156
I can see a 'half rule' as we used to call them would be good in some circumstances.
Any idea how hr tags are 'voiced' by accessibility readers? Are there any good accessibility readers one can get for free online?
|
Probably poorly. You could something like...
Code:
<p class="sectionbreak">Start of a new section.</p>
Code:
.sectionbreak {
padding-top: 0.8em;
padding-bottom: 0.8em;
text-align: center;
text-indent: 0;
}