Skip to content

Commit e9dba32

Browse files
committed
Remove rel, target from attributes, which don’t work
They are currently not allowed by GH.
1 parent 63c34b6 commit e9dba32

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/schema.js

-2
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ export const defaultSchema = {
113113
'open',
114114
'prompt',
115115
'readOnly',
116-
'rel',
117116
'rev',
118117
'rowSpan',
119118
'rows',
@@ -126,7 +125,6 @@ export const defaultSchema = {
126125
'start',
127126
'summary',
128127
'tabIndex',
129-
'target',
130128
'title',
131129
'useMap',
132130
'vAlign',

0 commit comments

Comments
 (0)