File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -394,7 +394,7 @@ final class W3CReference
394
394
'vlink ' => false ,
395
395
'vspace ' => true ,
396
396
'webkitdirectory ' => true ,
397
- 'width ' => false ,
397
+ 'width ' => true ,
398
398
'wrap ' => true ,
399
399
];
400
400
}
Original file line number Diff line number Diff line change @@ -427,8 +427,8 @@ public static function provideSanitizeBody()
427
427
'<hr /> ' ,
428
428
],
429
429
[
430
- '<img src="/img/example.jpg" alt="Image alternative text" title="Image title"> ' ,
431
- '<img src="/img/example.jpg" alt="Image alternative text" title="Image title" /> ' ,
430
+ '<img src="/img/example.jpg" alt="Image alternative text" title="Image title" height="150" width="300" > ' ,
431
+ '<img src="/img/example.jpg" alt="Image alternative text" title="Image title" height="150" width="300" /> ' ,
432
432
],
433
433
[
434
434
'<img src="http://trusted.com/img/example.jpg" alt="Image alternative text" title="Image title" /> ' ,
You can’t perform that action at this time.
0 commit comments