I was trying something with facebook pages. I did the following:
- Created a new facebook page.
- Added 3 posts with the texts:"Hi! this is the first post of this page.","This is the second post of this page.","This is the third post of this page." respectively.
- I did a "view source"
- Then i clicked ctrl+f and searched for "Hi! this is the first post of this page."
- I found it inside a span.
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..)