summaryrefslogtreecommitdiff
path: root/src/Nodes
AgeCommit message (Expand)Author
2021-08-20Fix previousElementSibling() implementationFiveFilters.org
2021-08-20Add method to unwrap img inside noscriptFiveFilters.org
2021-08-19Update NodeTrait.phpFiveFilters.org
2021-08-19Remove aria-hidden="true" nodesFiveFilters.org
2021-08-19Remove sharing elements in fewer situationsFiveFilters.org
2021-08-18Add support for detecting lazy-loaded imagesFiveFilters.org
2021-08-14Update namespaceFiveFilters.org
2021-08-10HTML5 parser, more whitespace aware, backport more Readability.js codeFiveFilters.org
2019-06-17Style CI ChangesAndres Rey
2019-06-17Minor changeAndres Rey
2019-06-17Make DOMNodeList more DOMNodeList...yAndres Rey
2019-06-17Bring back getChildren and add a deprecation noticeAndres Rey
2019-06-17FormattingAndres Rey
2019-06-17Remove getChildren function, implement a fake DOMNodeList class. Prepare ever...Andres Rey
2019-05-26Add safecheck for getFirstElementChild and replace another instance of firstC...Andres Rey
2019-05-26Add getFirstElementChild functionAndres Rey
2019-05-26Add missing starAndres Rey
2018-11-22Apply fixes from StyleCIAndres Rey
2018-11-22Fix wrong docblockAndres Rey
2018-11-22Add missing asterisk in docblockAndres Rey
2018-11-20Fix missing node typeAndres Rey
2018-11-20Fix countable issue in php 5.6, 7 and 7.2Andres Rey
2018-11-19TypoAndres Rey
2018-11-19Implement shiftingAwareGetElementsByTagName to avoid node shifting errorsAndres Rey
2018-11-18Import node attributes by default when setting a new tagAndres Rey
2018-11-18Add comment about issue with datatablesAndres Rey
2018-11-18Fix node shifting issues when removing chained BRsAndres Rey
2018-11-11Fix issue when setting custom properties in nodesAndres Rey
2018-11-07Add third parameter of "hasAncestorTag" as a callable optional functionAndres Rey
2018-11-07Remove node parameter from "hasAncestorTag" since it's a trait and it works o...Andres Rey
2018-11-06Set default value for $carry in array_reduce functionsAndres Rey
2018-11-06Fix wrong reduction of array (must return true if ALL the calls returned true)Andres Rey
2018-10-31Look for classes names when checking visibilityAndres Rey
2018-10-21Fix incorrect tagName checkAndres Rey
2018-10-17Update comment of hasSingleTagInsideElementAndres Rey
2018-09-05Update initial parsing and add isWhitespace trait function.Andres Rey
2018-09-02Add hasAttribute overrideAndres Rey
2018-09-02Add isProbablyVisible functionAndres Rey
2018-09-02Rename hasSinglePNode to hasSingleTagInsideElement and accept tag as parameterAndres Rey
2018-09-01Import the isPhrasingContent function. Might want to check the recursive loop...Andres Rey
2018-09-01Update logic when accessing next elementAndres Rey
2018-09-01Add unlikely candidateAndres Rey
2018-03-19Apply StyleCI diffAndres Rey
2018-03-10Add _cleanClasses functionAndres Rey
2018-03-10Add missing DOMEntity classAndres Rey
2018-01-27Make sure that we do not allow the DOMDocument reach the parsing algorithm (B...Andres Rey
2018-01-11Add missing DOM class DOMEntityReference.Pedro Amorim
2017-12-09Remove modal as a negative propertyAndres Rey
2017-12-02Apply fixes from StyleCIAndres Rey
2017-12-01Move the DOM classes to its own namespaceAndres Rey