()
| 5954 | }; |
| 5955 | |
| 5956 | const closeIfPInButtonScope = () => { |
| 5957 | if (inButtonScope("p")) closePElement(); |
| 5958 | }; |
| 5959 | |
| 5960 | // "any other end tag" in body: pop to the matching open element, stopping at |
| 5961 | // the first special element; also the adoption agency's no-element fallback. |
no test coverage detected