Hi,

As per w3cschools (http://www.w3schools.com/tags/att_iframe_scrolling.asp ),
the scrolling attribute of an iFrame element is expected to behave as per
following
Attribute Values Value Description  auto Scrollbars appear if needed (this
is default)  yes Scrollbars are always shown (even if they are not needed)
no Scrollbars are never shown (even if they are needed)
My question is: When scrolling="no" & still if scroll bar is needed (i.e. if
the content is larger than the iframe.), what would happen if i drag the
content inside the iFrame? Will the iFrame content be scrolled OR would it
not allow the user to scroll?

This is w.r.t. https://bugs.webkit.org/show_bug.cgi?id=61558 that I am
currently investigating.

Thanks,
Rahaman
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to