Laurence Gonsalves
Laurence Gonsalves
Stick to the default IDE settings doesn't help when some people may use other tools or (eventually) even a different IDE. Unless those settings are actually documented other tools won't...
> @amortemousque I started seeing this pop up as well yesterday. Did you happen to send out emails containing links to the site in question?
The error message itself, "Object Not Found Matching Id", [comes from CefSharp](https://github.com/cefsharp/CefSharp/blob/05577b7bf3933a057d42dabe0dc915676f9463a8/CefSharp/Internals/JavascriptObjectRepository.cs#L298), a .NET embedded Chromium library. We've found that these always seem to be coming from Azure, and the...
Regarding `script` and `style` elements, I found the relevant bits in the HTML 5 spec. These elements are called "raw text elements" in HTML 5. From [the spec](https://www.w3.org/TR/html52/syntax.html#restrictions-on-the-contents-of-raw-text-and-escapable-raw-text-elements): > The...