| Summary: | Align UA Stylesheet by adding default properties of 'semantics' and 'maction' section in mathml.css | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ahmad Saleem <ahmad.saleem792> |
| Component: | MathML | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW --- | ||
| Severity: | Normal | CC: | fred.wang, ntim, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
I will do drive-by fixes and added section comments in this as well to make it easier to do few more follow-up alignments. :-) C++ Implementation needs to be removed as well beside this change - https://github.com/WebKit/WebKit/pull/18758 |
SSIA. We already have this partially but add two more rules: /* <mrow>-like elements */ semantics > :not(:first-child) { display: none; } maction > :not(:first-child) { display: none; } merror { border: 1px solid red; background-color: lightYellow; } mphantom { visibility: hidden; } ___ We already have last two so it is just re-arranging and adding first two. Thanks!