Garrett Smith

Results 10 issues of Garrett Smith

"Participants asked to stop any harassing behavior are expected to comply immediately." That's not asking; that's ordering. Don't blame; be responsible. Show what you hope to cultivate. Reciprocity is key....

redaction-committee

Please help me use workshopper to create another one.

### MDN URL https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Grouping ### What specific section or headline is this issue about? The Grouping Operator ### What information was incorrect, unhelpful, or incomplete? "The grouping operator ( )...

Content:JS

Repeated clicking on label causes flash of placeholder text when input is empty. Instead, it should do nothing.

Potential problem: Events fire out of order in IE. Investigate possible worst-case scenarios and potential solutions to this issue.

APE.dom is a god object that can be broken up. Breaking up APE.dom encourages keeps the size and complexity of the core trim while allowing proliferation of more interface-objects for...

position-f.js: - Move `isAboveElement`, `isBelowElement`, `isInsideElement` to a separate file, allowing these methods to use any `getCoords` function that returns an `{x:number, y:number}` object. - Create new test file for...

position-f.js has "APE.dom.getOffsetCoords" and also has "APE.dom.isAboveElement" and others. The file can be renamed to "getOffsetCoords" and the other functions can be removed.

The test is painfully slow. It should use the new 'waitForCondition' instead of wait.

HTML 5 defines min and max attributes for input type=Date. http://www.w3.org/TR/html-markup/input.date.html http://www.w3.org/TR/html-markup/input.date.html Calendar should implement those, too.