File tree Expand file tree Collapse file tree 3 files changed +20
-11
lines changed
website/src/content/docs/rules Expand file tree Collapse file tree 3 files changed +20
-11
lines changed Original file line number Diff line number Diff line change 35
35
to = " /usage/cli/"
36
36
status = 301
37
37
force = true
38
+
39
+ [[redirects ]]
40
+ from = " /docs/user-guide/"
41
+ to = " /"
42
+ status = 301
43
+ force = true
44
+
45
+ [[redirects ]]
46
+ from = " /docs/user-guide/getting-started"
47
+ to = " /getting-started/"
48
+ status = 301
49
+ force = true
50
+
51
+ [[redirects ]]
52
+ from = " /docs/user-guide/integrations/task-runners"
53
+ to = " /integrations/task-runners/"
54
+ status = 301
55
+ force = true
Original file line number Diff line number Diff line change 2
2
id : attr-value-no-duplication
3
3
title : attr-value-no-duplication
4
4
description : Prevents duplicate values within the same attribute to ensure clean and efficient markup.
5
- draft : true
5
+ pagefind : false
6
6
sidebar :
7
7
badge : New
8
-
8
+ hidden : true
9
9
---
10
10
11
11
import { Badge } from ' @astrojs/starlight/components' ;
Original file line number Diff line number Diff line change @@ -23,10 +23,7 @@ Level: <Badge text="Error" variant="danger" />
23
23
<img src =" test.png" />
24
24
<script src =" test.js" ></script >
25
25
<link href =" test.css" type =" text/css" />
26
- <embed src =" test.swf" >
27
- <bgsound src =" test.mid" />
28
26
<iframe src =" test.html" >
29
- <object data =" test.swf" >
30
27
```
31
28
32
29
### The following patterns are considered violations
@@ -37,12 +34,6 @@ Level: <Badge text="Error" variant="danger" />
37
34
<script src ></script >
38
35
<link href =" " type =" text/css" />
39
36
<link href type =" text/css" />
40
- <embed src =" " >
41
- <embed src >
42
- <bgsound src =" " />
43
- <bgsound src />
44
37
<iframe src =" " >
45
38
<iframe src >
46
- <object data =" " >
47
- <object data >
48
39
```
You can’t perform that action at this time.
0 commit comments