Skip to content

Commit

Permalink
Remove rel, target from attributes, which don’t work
Browse files Browse the repository at this point in the history
They are currently not allowed by GH.
  • Loading branch information
wooorm committed Oct 26, 2023
1 parent 63c34b6 commit e9dba32
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ export const defaultSchema = {
'open',
'prompt',
'readOnly',
'rel',
'rev',
'rowSpan',
'rows',
Expand All @@ -126,7 +125,6 @@ export const defaultSchema = {
'start',
'summary',
'tabIndex',
'target',
'title',
'useMap',
'vAlign',
Expand Down

0 comments on commit e9dba32

Please sign in to comment.