phpmyadmin/phpmyadmin

Errors/Warnings from HTML checker

Offen

#12.747 geöffnet am 27.11.2016

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)PHP (3.454 Forks)batch import
EnhancementUIgood first issuehelp wantednewbie

Repository-Metriken

Stars
 (6.886 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 2T 17h) (11 gemergte PRs in 30 T)

Beschreibung

Using HTML markup checker such as: https://validator.w3.org/#validate_by_uri return many errors/warnings on PMA output, for example: https://validator.w3.org/nu/?doc=https%3A%2F%2Fdemo.phpmyadmin.net%2Fmaster-config%2F such as:

Error: The clear attribute on the br element is obsolete. Use CSS instead.
Error: The width attribute on the table element is obsolete. Use CSS instead.
Error: The cellspacing attribute on the table element is obsolete. Use CSS instead.
Error: Element option without attribute label must not be empty.

Contributor Guide