https://bugs.kde.org/show_bug.cgi?id=358006
Bug ID: 358006 Summary: html5 element "main" not 'display: block' by default Product: konqueror Version: unspecified Platform: Archlinux Packages OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: khtml Assignee: konq-b...@kde.org Reporter: q...@daurnimator.com The html5 element "main" not 'display: block' by default Hence something like this fails to layout correctly: ``` <!DOCTYPE html> <html> <head> <title>title</title> <style type="text/css"> main { margin-left: 200px; } </style> </head> <body> <main> <h1>Introduction</h1> </main> </body> </html> ``` Reproducible: Always KDE - Be Free! Platform Version 4.14.16 -- You are receiving this mail because: You are watching all bug changes.