What fresh hell is THIS now? - Patrick Lauke
<label for=foo>hi</label><input id=foo>
will end up with an accessibility tree like:
<span id=foo>hi</span><input labelledby=foo>
will end up with an accessibility tree like:
aria-hidden
to #foo?
aria-labelledby
[karlgroves] > w3c/tr-design#61
Fun times. :wink:
aria-errormessage
to the rescue!
[karlgroves] >Does anyone know of a good Markdown editor for OS X?
I use Macdown. Also give Marked a try
role=progressbar
=P
if (!empty($rows)) { $i = 0; foreach ($rows as $row) { $i++; $zebra = ($i % 2) == 0 ? 'even' : 'odd'; $output .= "<div class='devel-querylog devel-querylog-$zebra clear-block'>"; $output .= theme('devel_querylog_row', $row); $output .= "</div>"; } }
nth-child
also
$i
and use $rows[$i]
Glad I don't use drupal
function
scope and global
scope. ok. So no block scope.
let