You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The algorithm for replace(text) appears to leave the disallow modification flag set forever in the first part of step 7, where an @import fails to load. It seems like that branch should also clear the disallow modification flag.
The algorithm for
replace(text)
appears to leave the disallow modification flag set forever in the first part of step 7, where an@import
fails to load. It seems like that branch should also clear the disallow modification flag.(I got here from w3ctag/design-reviews#308.)
The text was updated successfully, but these errors were encountered: