See the patch.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | l10n_server-357471.patch | 3.78 KB | tobiasb |
| #1 | l10n_community-xhtml-css-corrections.patch | 5.44 KB | tobiasb |
| l10n_community-tables.patch | 3.94 KB | tobiasb |
See the patch.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | l10n_server-357471.patch | 3.78 KB | tobiasb |
| #1 | l10n_community-xhtml-css-corrections.patch | 5.44 KB | tobiasb |
| l10n_community-tables.patch | 3.94 KB | tobiasb |
Comments
Comment #1
tobiasbwrong patch
Comment #2
tobiasbComment #3
gábor hojtsy- I get and see the usefulness of the change from id="l10n-community-overview" to class="l10n-community-overview". We sometimes have multiple tables with the same ID.
- I understand why you modified
<b><b>to strong, but there might be some JS which needs to be modified there. The bold tag is usually used as JS / CSS targets to hook onto.- I don't think that table summaries like "Left table" or "Right table" have anything to tell, especially the summary "An table".
- I don't get why you modified a definition list to a div.
Comment #4
tobiasbOk, I remove strong and the summaries. A form (1) is inside in dl, therefore I changed this to div. And the rest is only id => class.
1)
Comment #5
tobiasbComment #6
gábor hojtsyThanks. Except the 45% -> auto change for the table, which breaks the language and project overview pages, I've committed all your suggested changes. Good work!