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!
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. :-)
<rdar://problem/116858835>
C++ Implementation needs to be removed as well beside this change - https://github.com/WebKit/WebKit/pull/18758