documnet location

This commit is contained in:
hyunjunekim 2014-03-30 22:05:40 +09:00
parent fe1615bc3d
commit a344d465e8
3 changed files with 7 additions and 0 deletions

View file

@ -17,6 +17,7 @@ interface Document : Node {
readonly attribute DOMString compatMode;
readonly attribute DOMString characterSet;
readonly attribute DOMString contentType;
readonly attribute Location location;
readonly attribute DocumentType? doctype;
readonly attribute Element? documentElement;