We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aceb5cd commit ace6841Copy full SHA for ace6841
lib/commons/dom/get-visible-child-text-rects.js
@@ -52,8 +52,6 @@ const getVisibleChildTextRects = memoize(
52
* @see https://github.com/dequelabs/axe-core/issues/4253
53
*/
54
55
- // console.log("Node is ", node);
56
- // console.log("Client Rects is ", clientRects);
57
return clientRects.length
58
? clientRects
59
: filterHiddenRects([nodeRect], overflowHiddenNodes);
lib/core/constants.js
@@ -27,7 +27,7 @@ const definitions = [
27
28
const constants = {
29
helpUrlBase: 'https://dequeuniversity.com/rules/',
30
- gridSize: 500,
+ gridSize: 200,
31
results: [],
32
resultGroups: [],
33
resultGroupMap: {},
0 commit comments