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
batch.setAttribute() and batch.removeAttribute() checks passed range/element and applies changes only where they are needed. However if element already has given value for given attribute, then no operation is applied and empty AttributeDelta instance is added to the batch (same when all items in a range have that value for that attribute).
The text was updated successfully, but these errors were encountered:
batch.setAttribute()
andbatch.removeAttribute()
checks passed range/element and applies changes only where they are needed. However if element already has given value for given attribute, then no operation is applied and emptyAttributeDelta
instance is added to thebatch
(same when all items in a range have that value for that attribute).The text was updated successfully, but these errors were encountered: