Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/pointerattributes
/
.
/
WebIDL
/
valid
/
idl
/
dictionary.widl
blob: f46b7ba7806afafa182cb5dcd31dc0e8d6c1b6bf [
file
] [
edit
]
// Extracted from Web IDL editors draft May 31 2011
dictionary
PaintOptions
{
DOMString
?
fillPattern
=
"black"
;
DOMString
?
strokePattern
=
null
;
Point
position
;
};
partial
dictionary A
{
long
h
;
long
d
;
};