Alexander

Results 124 comments of Alexander

@kostya For example (try in browser): ```HTML text space ``` or ```HTML text space ``` or ```HTML text space ``` UPDATE: and please, see [textContent](https://developer.mozilla.org/ru/docs/Web/API/Node/textContent).

This will break many tests. But even that doesn’t matter. The bottom line is that this will not give an increase in speed. The problem is make the token and...

@vtorri Thanks for the PR! Please, fix build problem.

Hi @marcpabst > (3) apply the CSS rules to the HTML tree, and > (4) obtain style properties for each element. On development stage. In a week, the parser of...

@marcpabst Delays for at least a week. A lot of things to do at the main job.

@IngwiePhoenix There should be a big commit soon. Sorry, very busy with main job.

@chriscamacho Yes, you are absolutely right, it is necessary to create documentation. Otherwise, there is not much point in all this code. I'll think about it.

@vtorri Yes, I know about it, but it's just a castrated solution.

Hi @rushter @omerh2802 Maybe we should tell the parser that we have enabled `SCRIPT`? Then everything in the `noscript` tag will be treated as text. It won't affect anything else....