This commit is contained in:
ani2796 2022-08-21 15:42:18 -04:00 committed by GitHub
parent 1edb0a3833
commit 219d1013ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -162,7 +162,7 @@ In the example below `id` is modified as an attribute, and we can see the proper
</script> </script>
``` ```
But there are exclusions, for instance `input.value` synchronizes only from attribute -> to property, but not back: But there are exclusions, for instance `input.value` synchronizes only from attribute -> property, but not back:
```html run ```html run
<input> <input>