diff --git a/CHANGELOG.md b/CHANGELOG.md index 348f216af9..6d19148a3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## 3.59.1 (Unreleased) -* Handle dynamic values in `a11y-autocomplete-valid` ([#]) +* Handle dynamic values in `a11y-autocomplete-valid` ([#8567](https://github.com/sveltejs/svelte/pull/8567)) ## 3.59.0 diff --git a/test/validator/samples/a11y-autocomplete-valid/input.svelte b/test/validator/samples/a11y-autocomplete-valid/input.svelte index c62cd58a23..17dee6adf1 100644 --- a/test/validator/samples/a11y-autocomplete-valid/input.svelte +++ b/test/validator/samples/a11y-autocomplete-valid/input.svelte @@ -1,3 +1,7 @@ + + diff --git a/test/validator/samples/a11y-autocomplete-valid/warnings.json b/test/validator/samples/a11y-autocomplete-valid/warnings.json index 9410ab59b1..7878ef543c 100644 --- a/test/validator/samples/a11y-autocomplete-valid/warnings.json +++ b/test/validator/samples/a11y-autocomplete-valid/warnings.json @@ -3,36 +3,36 @@ "code": "a11y-autocomplete-valid", "end": { "column": 31, - "line": 20 + "line": 24 }, "message": "A11y: The value 'true' is not supported by the attribute 'autocomplete' on element ", "start": { "column": 19, - "line": 20 + "line": 24 } }, { "code": "a11y-autocomplete-valid", "end": { "column": 43, - "line": 21 + "line": 25 }, "message": "A11y: The value 'incorrect' is not supported by the attribute 'autocomplete' on element ", "start": { "column": 19, - "line": 21 + "line": 25 } }, { "code": "a11y-autocomplete-valid", "end": { "column": 42, - "line": 22 + "line": 26 }, "message": "A11y: The value 'webauthn' is not supported by the attribute 'autocomplete' on element ", "start": { "column": 19, - "line": 22 + "line": 26 } } ]