I was trying something with facebook pages. I did the following:
But the strange thing about it was that it was under a comment.Now if that is commented out,how is it being rendered by the browser?
To further investigate the issue, I did an inspect element after selecting the above text in the post. Output was:
<span class="userContent" data-ft="{"tn":"K"}">
Hi! this is the first post of this page.
</span>
And these were not at all commented!! So how could that happen? Is there anything supernatural about it?(cant be..)
"view source" (ctrl-f) is showing static content loaded by the browser. "inspect element" shows the actual content after some AJAX, java script processing etc.
So no "magic" in here, you are looking at two different states of this page.