fix: add step with _getNextNode
This commit is contained in:
parent
059b99b53b
commit
193349c4fa
1 changed files with 3 additions and 1 deletions
|
@ -143,6 +143,8 @@ let elementsToScore = [];
|
|||
то есть семантически все его дети -- инлайн-элементы, а не блочные,
|
||||
|
||||
то меняем элементу тег с DIV на P и добавляем его в массив elementsToScore
|
||||
|
||||
17. Переход к следующему элементу
|
||||
***
|
||||
|
||||
*** Часть 2
|
||||
|
@ -150,7 +152,7 @@ let elementsToScore = [];
|
|||
|
||||
let candidates = [];
|
||||
|
||||
17.
|
||||
18.
|
||||
***
|
||||
|
||||
*** Часть 3
|
||||
|
|
Loading…
Add table
Reference in a new issue