Closed
Bug 1134426
Opened 10 years ago
Closed 10 years ago
[Compat Data][Importer] Browser Compatibility scrape fails with tags in header
Categories
(developer.mozilla.org Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: trevorhemail-mozbug, Unassigned)
References
Details
(Whiteboard: [specification][type:bug])
What did you do?
================
See https://browsercompat.herokuapp.com/importer/343
What happened?
==============
The scraper had an issue with <th><strong>Firefox OS</strong></th>
What should have happened?
==========================
The scraper should have ignored the <strong> tag
Is there anything else we should know?
======================================
Comment 1•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/web-platform-compat
https://github.com/mozilla/web-platform-compat/commit/44125e44e36413e01f8b3ec768587a4c9245a151
fix bug 1134426 - Handle <strong> in header cells
<th><strong>Text</strong></th> is handled like <th>Text</th>. This
error appears on pages like:
https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage
Also fix bug 1134474
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•