- From: Domenic Denicola <notifications@github.com>
- Date: Mon, 11 Apr 2016 07:51:23 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Monday, 11 April 2016 14:51:50 UTC
This is bizarre, but I guess it's what every browser does. I don't think extension-related breakage is a good reason (extensions are vendor-specific and not part of the web), but if this is what everyone implements that's a good enough reason I guess. Here is what Blink does: https://code.google.com/p/chromium/codesearch#chromium/src/third_party/WebKit/Source/core/dom/Document.cpp&q=createElement&sq=package:chromium&l=716 The setting of "document class flags" is done pretty far away in the code base, but maybe .contentType is a good enough proxy. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/213#issuecomment-208383394
Received on Monday, 11 April 2016 14:51:50 UTC