https://bugzilla.wikimedia.org/show_bug.cgi?id=52773

       Web browser: ---
            Bug ID: 52773
           Summary: Special:ResetTokens tokens list uses an HTML table
                    rather than an unordered list
           Product: MediaWiki
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Special pages
          Assignee: [email protected]
          Reporter: [email protected]
    Classification: Unclassified
   Mobile Platform: ---

https://en.wikipedia.org/wiki/Special:ResetTokens

Current HTML:

---
<table><tbody>
<tr class="mw-htmlform-field-HTMLMultiSelectField"><td
class="mw-label"><label>Tokens:</label></td><td class="mw-input"> <div
class="mw-htmlform-flatlist-item"><input name="wptokens[]" type="checkbox"
value="watchlisttoken" id="mw-input-wptokens-watchlisttoken" />&#160;<label
for="mw-input-wptokens-watchlisttoken">Watchlist web feed token (current value:
z0050e875795edd56864bdfef28a0000ec00046g)</label></div>
</td></tr>
</tbody></table>
---

I think this is strange markup to use, given that this is a pretty standard
list. The visual output looks something like this:

Tokens:    [ ] Watchlist web feed token (current value:
z0050e875795edd56864bdfef28a0000ec00046g)

I don't see any reason to use an HTML table here; using an unordered list seems
much more semantic and sensible.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to