[Webkit-unassigned] [Bug 12506] REGRESSION: Safari doesn't display hebrew text on a web page, displayed correctly on Tiger

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 31 10:15:49 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12506


ap at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at webkit.org




------- Comment #1 from ap at webkit.org  2007-01-31 10:15 PDT -------
(In reply to comment #0)
> The key question here is: why did the Tiger version of the charset sniffer work
> better on this page?

In Tiger, all unknown tags were allowed in HEAD:

  int id = khtml::getTagID(tmp, len);
  if(end) id += ID_CLOSE_TAG;
...
  case (ID_META+ID_CLOSE_TAG):
  case ID_SCRIPT:
  case (ID_SCRIPT+ID_CLOSE_TAG):
...other tags explicitly allowed in HEAD...
  case ID_HTML:
  case ID_HEAD:
  case 0:
  case (0 + ID_CLOSE_TAG ):
    break;
  default:
    body = true;

I don't think we want to re-add this behavior.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list