Migrated issue from: joomla/40-backend-template#432
Title |
|
Status | New | ⇒ | Discussion |
Category | ⇒ | Templates (admin) |
You can span the row with css grid and/or css does not have to span multiple cells codewise
No, I meant there are solutions to make it semantically correct AND have a correct view. I doubt that it’s not possible at all.
Again I wonder why this comment is made like 11 months later...
maybe we thought it would be a lot less than 11 months before it would reach this repo
Labels |
Added:
J4 Issue
|
Pretty certain that the html specification is that the data in a table cannot span two table rows
Actually I am saying it is impossible
Labels |
Added:
?
|
It is a table of tabular data so it must be a table. And if we really are serious about accessibility and not just listening when it is convenient you cannot create a table of data in any other way.
Could be solved for example with a nested table where the URL is the tableheader. Screenreaders can read nested tables.
Another solution:
https://developer.mozilla.org/en-US/docs/Learn/HTML/Tables/Advanced
Nested tables are horrendous for accessibility
We already have row headers (maybe you should read the code) but they don't resolve the issue you are presenting
inline-block
and the last cell to block
, then fix all the alignments and borders. Way too dirty, so don't even try it.I'd probably go as far as saying the URL's aren't even needed, else simply have a button in the last cell that directs to the authors' site or something.
Because it is possible for any extension to change the value of the update server of a different extension it is important that the url is displayed and not hidden behind a button for security purposes. At least if it is visible you might notice that you are being directed to the wrong site to grab a malicious update
@brianteeman fair point. Just bung it below the extension name then:
Just like it is right now ;)
@brianteeman Shows the last time I did a git pull then
Labels |
Removed:
J4 Issue
|
Labels |
Added:
J4 Issue
|
Title |
|
Labels |
Removed:
J4 Issue
|
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-08-29 15:03:39 |
Closed_By | ⇒ | joomla-cms-bot |
Closed_Date | 2019-08-29 15:03:39 | ⇒ | 2019-08-29 15:03:40 |
Closed_By | joomla-cms-bot | ⇒ | alikon |
Set to "closed" on behalf of @alikon by The JTracker Application at issues.joomla.org/joomla-cms/22003
related to the old template, open a new issue if needed
This is very hard to make accessible as you have a second row with content spanning multiple cells