Jump to content

Break Out The Frame


fabs

Recommended Posts

A link with no target attribute will replace the current document with the new document. If the document exists inside a frame, then the new document will appear in the frame also. If you want the new document to fill the entire window, you must break out of the frame. Setting the target attribute to "_top" lets you do that.

Link to comment
Share on other sites

Well, the W3 hope to have the HTML 5 "recommendation" out by September 2010, which is a complete specification that vendors can adopt with confidence. However, how long it will take after that for browser developers to actually adopt the specification is not so well-defined.http://www.w3.org/2007/03/HTML-WG-charter.html#deliverables

Link to comment
Share on other sites

Just so we're clear: developers like Mozilla are already adding aspects of HTML 5 into their new browsers. Same for CSS 3.But this does not mean that things will start to break without warning. What they are doing is adding things, not taking things away. Usually, the things they are adding correspond to things that Explorer already has that are being integrated into the HTML standard. Examples: innerHTML and contenteditable. They are also adding only those features that look pretty well decided upon. Parts of the HTML 5 draft are still incomplete, and I don't think any developers are adding features from those sections.In any case, we're still using the HTML 4 doctype, so anything permitted there will stay permitted.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...