Confirmed users
233
edits
Sebastianz (talk | contribs) (Linked to bugs related to unknown_kumascript) |
Sebastianz (talk | contribs) (Described 'unexpected_attribute' error) |
||
| Line 313: | Line 313: | ||
This tends to occur when something unexpected appears in one or more of the browser compat table cells, such as a <code> element, or link. If you need to include anything unusual like a link to more information, put it in a footnote, as seen in [https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API#Browser_compatibility Web Workers API]. | This tends to occur when something unexpected appears in one or more of the browser compat table cells, such as a <code> element, or link. If you need to include anything unusual like a link to more information, put it in a footnote, as seen in [https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API#Browser_compatibility Web Workers API]. | ||
=== unexpected_attribute === | |||
''Error template'':<br /> | |||
Unexpected attribute {tag}<br /> | |||
For <p>, the importer expects no attributes. This unexpected attribute will be discarded. | |||
''Possible solutions'':<br /> | |||
* This is caused by an attribute within an HTML tag, which is not expected to have that attribute, e.g. when a <code><p></code> tag has an <code>id</code> attribute. In those cases you may just remove the attribute from the tag. If you feel, the attribute is valid at that place, file a new bug against the importer and mark it as blocker for [https://bugzilla.mozilla.org/show_bug.cgi?id=1132269 bug 1132269]. | |||
=== unknown_browser === | === unknown_browser === | ||