Skip to content

Commit c85f463

Browse files
kevinslinaweary
authored andcommitted
Add 'as' keyword (#7543) (#7582)
* Add 'as' keyword (#7543) * fix commenting to adhere to styling * fix grammar in comment
1 parent f7076b7 commit c85f463

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/renderers/dom/shared/HTMLDOMPropertyConfig.js

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ var HTMLDOMPropertyConfig = {
3636
allowFullScreen: HAS_BOOLEAN_VALUE,
3737
allowTransparency: 0,
3838
alt: 0,
39+
// specifies target context for links with `preload` type
40+
as: 0,
3941
async: HAS_BOOLEAN_VALUE,
4042
autoComplete: 0,
4143
// autoFocus is polyfilled/normalized by AutoFocusUtils

0 commit comments

Comments
 (0)