The My Opera forums have been replaced with forums.opera.com. Please head over there to discuss Opera's products and features
See the new ForumsYou need to be logged in to post in the forums. If you do not have an account, please sign up first.
code tags and feeds
Let's see if the the following markup is escaped as text in the source of the feed page:
<p style="color: red">test</p>
<script>
window.addEventListener("DOMContentLoaded", function() {
document.body.textContent = "";
}, false);
</script>
<object style="height: 390px; width: 640px"><param name="movie" value="http://www.youtube.com/v/Bcz4vGvoxQA?version=3&feature=player_detailpage"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><embed src="http://www.youtube.com/v/Bcz4vGvoxQA?version=3&feature=player_detailpage" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="360"></object>