Bug 870787 HTML parser part - Make <img> a form-associated element in the HTML parser. r=smaug

This commit is contained in:
Henri Sivonen
2013-06-06 11:02:30 +03:00
parent 4a30a47913
commit 17c19c799e
8 changed files with 28 additions and 30 deletions

View File

@@ -1,6 +1,6 @@
/*
* Copyright (c) 2005-2007 Henri Sivonen
* Copyright (c) 2007-2010 Mozilla Foundation
* Copyright (c) 2007-2013 Mozilla Foundation
* Portions of comments Copyright 2004-2010 Apple Computer, Inc., Mozilla
* Foundation, and Opera Software ASA.
*
@@ -6545,19 +6545,6 @@ public class Tokenizer implements Locator {
return buf[pos];
}
// [NOCPP[
/**
* Returns the alreadyComplainedAboutNonAscii.
*
* @return the alreadyComplainedAboutNonAscii
*/
public boolean isAlreadyComplainedAboutNonAscii() {
return true;
}
// ]NOCPP]
public boolean internalEncodingDeclaration(String internalCharset)
throws SAXException {
if (encodingDeclarationHandler != null) {