We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5190c97 commit adaff1aCopy full SHA for adaff1a
fixtures/attribute-behavior/src/attributes.js
@@ -449,14 +449,14 @@ const attributes = [
449
},
450
{name: 'disabled', tagName: 'input'},
451
{
452
- name: 'disableRemotePlayback',
+ name: 'disablePictureInPicture',
453
tagName: 'video',
454
- read: getProperty('disableremoteplayback'),
+ read: getProperty('disablepictureinpicture'),
455
456
457
- name: 'disablePictureInPicture',
+ name: 'disableRemotePlayback',
458
459
- read: getProperty('disablepictureinpicture'),
+ read: getProperty('disableremoteplayback'),
460
461
462
name: 'display',
0 commit comments