E-mail List Archives
Re: Using Aria within a table to indicate that a cell is highlighted
From: glen walker
Date: Jul 4, 2022 11:03PM
- Next message: David Engebretson Jr.: "Re: Using Aria within a table to indicate that a cell is highlighted"
- Previous message: David Engebretson Jr.: "Re: Using Aria within a table to indicate that a cell is highlighted"
- Next message in Thread: David Engebretson Jr.: "Re: Using Aria within a table to indicate that a cell is highlighted"
- Previous message in Thread: David Engebretson Jr.: "Re: Using Aria within a table to indicate that a cell is highlighted"
- View all messages in this Thread
I didn't see/hear any spelling issues. Birkir just said you can't wrap a
heading around a table cell as such:
<h3>my heading
<td>my cell</td>
</h3>
It breaks the semantics of the table. All the markup must be in the cell
itself as such:
<td>my cell
<h3>my heading</h3>
</td>
On Mon, Jul 4, 2022 at 10:24 PM David Engebretson Jr. <
<EMAIL REMOVED> > wrote:
> Birkir, I can only infer what you wrote below. Is your spell checker not
> working?
>
> No offense intended, I've rarely seen you mis-spell words like that.
>
> Am I missing something?
> David
>
>
>
- Next message: David Engebretson Jr.: "Re: Using Aria within a table to indicate that a cell is highlighted"
- Previous message: David Engebretson Jr.: "Re: Using Aria within a table to indicate that a cell is highlighted"
- Next message in Thread: David Engebretson Jr.: "Re: Using Aria within a table to indicate that a cell is highlighted"
- Previous message in Thread: David Engebretson Jr.: "Re: Using Aria within a table to indicate that a cell is highlighted"
- View all messages in this Thread