Please teach me the difference of usage of 'frame tag(<frame
scrolling= >)' between android4.0 and android2.2.


I compared android4.0(galaxy nexus) with android2.2(galaxy s) in
browsing html file (sample html) including "frame tag" ,
the result is as bellows.

case1 :scrolling="yes"
android4.0 → scrolling is valid
android2.2 → scrolling is valid

case2: scrolling="no"
android4.0 → scrolling is invalid
android2.2 → scrolling is valid

Then, I want to ask bellows.
1 What is changed , in android4.0?
2 In Android4.0, is 'frame tag' valid?
3 What else is changed, in Android4.0?


========sample html========
<html>
 <head>
  <title>Frame Test</title>
 </head>
 <frameset rows="100%,*" border="0" frameborder="0" framespacing="0">
  <frame src="./test.html" name="main" noresize
  marginwidth="0" marginheight="0" scrolling="yes" frameborder="0">
  </frameset>
  <body>
  </body>
</htm>

*scrolling="yes" or "no"
*test.html includes many characters
=========================

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to