Bug 1502250 - PutForwards is misspelled as PutsForward in SVG.idl r=dholbert

This commit is contained in:
longsonr 2018-10-26 18:15:10 +01:00
Родитель 3b92b0dd3c
Коммит abb8bd8dd5
2 изменённых файлов: 1 добавлений и 4 удалений

Просмотреть файл

@ -467,9 +467,6 @@
[SVGElement interface: objects.script must inherit property "correspondingUseElement" with the proper type]
expected: FAIL
[SVGAElement interface: attribute relList]
expected: FAIL
[SVGElement interface: objects.a must inherit property "correspondingElement" with the proper type]
expected: FAIL

Просмотреть файл

@ -676,7 +676,7 @@ interface SVGAElement : SVGGraphicsElement {
attribute DOMString download;
attribute USVString ping;
attribute DOMString rel;
[SameObject, PutsForward=value] readonly attribute DOMTokenList relList;
[SameObject, PutForwards=value] readonly attribute DOMTokenList relList;
attribute DOMString hreflang;
attribute DOMString type;