Skip to content

Commit

Permalink
Review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
otherdaniel committed Mar 16, 2021
1 parent dfe1427 commit b7077cd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,7 @@ HTML in the "real" DOM. Moreover, the libraries need to keep on top of
browsers' changing behavior over time; things that once were safe may turn
into time-bombs based on new platform-level features.

<<<<<<< HEAD
The browser, on the other, has an fairly good idea of when it is going to
=======
The browser has a fairly good idea of when it is going to
>>>>>>> ea722f1 (New New Defaults)
execute code. We can improve upon the user-space libraries by teaching the
browser how to render HTML from an arbitrary string in a safe manner, and do
so in a way that is much more likely to be maintained and updated along with
Expand Down Expand Up @@ -347,7 +343,7 @@ A Sanitizer's [=effective configuration=] is merged from the
[=baseline effective configuration=] and the effective configuration derived
from the Sanitizer's [=configuration object=]. If no configuration object has
been provided, the built-in [=default configuration=] is used instead.
To merge two (or more)
To merge two
[=effective configurations=], map any given |element| or a pair of |element|
and |attribute| to the [=stricter action=] of its constituent configurations.
To determine the <dfn>stricter action</dfn> of two [=sanitize actions=], pick
Expand Down

0 comments on commit b7077cd

Please sign in to comment.