SVN commit 568025 by ggarand: parse 'align' attribute of iframes BUG: 130736 M +3 -0 html_baseimpl.cpp --- branches/KDE/3.5/kdelibs/khtml/html/html_baseimpl.cpp #568024:568025 @@ -624,6 +624,9 @@ else removeCSSProperty(CSS_PROP_HEIGHT); break; + case ATTR_ALIGN: + addHTMLAlignment( attr->value() ); + break; case ATTR_SRC: needWidgetUpdate = true; // ### do this for scrolling, margins etc? HTMLFrameElementImpl::parseAttribute( attr );