Joe Pea
Joe Pea
For example, on http://famous.org/docs, the links on the left are like this: ```html Position ``` but in the downloaded version httrack is outputting: ```html Position ``` As you can see,...
I'm trying to mirror famo.us and famous.org to my hard disk. Here's a real page, http://famo.us/docs/reference/pages/0.3/the-engine-and-contexts.html where it has an iframe near the bottom. The iframe's `src` attribute is `https://s3-us-west-2.amazonaws.com/university.famo.us/releases/20150129145231/limelight/../container/index.html`...
I don't understand why these are useful: ``` map c (miniyank-tochar) map l (miniyank-toline) map b (miniyank-toblock) ``` Can you explain more?
The DOM already has global attributes and it may want to reserve the no-hyphen space for future builtins. Any thoughts on this?
custom attributes don't work in shadow roots (MO subtree observation doesn't move into shadow roots)
(Continuing from https://github.com/matthewp/custom-attributes/issues/3#issuecomment-457880460) When we register a custom attribute, it only works in the root light tree, and the functionality doesn't carry over across ShadowDOM boundaries into shadow roots. After...
This also prevents from modifying the custom attribute's `this.value` when disconnected, so that the old value can be used in the disconnected logic (because the value wasn't changed, the attribute...
Another issue I have is that if a user defines a custom element _**after**_ defining a custom attribute, then if the attribute tries to use any of the element's APIs,...
This [DOM issue](https://github.com/whatwg/dom/issues/522) is giving me a hard time, because I'm trying to detect attributes on custom element construction so that I can detect side effects of custom attributes, and...
If more than one library import `CustomAttributesRegistry` and instantiate it on `document`, is this okay? Or should `new CustomAttributesRegistry(document)` return the existing registry for the given `document` if it already...
How can you have multicolored icons? e.g. the star has two colors (not counting the background) and the pile of crap as multiple colors. How is this possible? I thought...