Skip to content

Implement dangling markup injection mitigation #10022

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Nit remove space
  • Loading branch information
shhnjk committed Feb 3, 2024
commit 79622037f7c1c24299d01a92d0df3d4598a649e2
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -15001,7 +15001,7 @@ interface <dfn interface>HTMLBaseElement</dfn> : <span>HTMLElement</span> {

<li><p>Let <var>url</var> be the value of <var>element</var>'s <code
data-x="attr-base-href">href</code> content attribute.</p></li>

<li><p>If the result of running <span>check dangling markup</span> given <var>url</var> is true,
then let <var>urlRecord</var> be failure.</p></li>

Expand Down