>> Would this also turn off CSS built into HTML?
>
> I don't know what the question is asking.

for example, with this HTML
<html>
<style>
  .myclass {background-color: black}
  </style>
<body class="myclass">

is there a way to turn CSS off and therefore get body rendered with default 
class?

>
>> What's about JS?
>
> Same.

for example, with this HTML

<html>
<body>
<script>
  alert("hello");
</script>

is there a way to turn JS off and therefore get no alerts?


_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to