Cameron McCormack

Results 10 issues of Cameron McCormack

In Gecko (in gfxFontConstants.h) we have: ```C++ enum { eFeatureAlternates_historical, eFeatureAlternates_stylistic, eFeatureAlternates_styleset, eFeatureAlternates_character_variant, eFeatureAlternates_swash, eFeatureAlternates_ornaments, eFeatureAlternates_annotation, eFeatureAlternates_numFeatures }; #define NS_FONT_VARIANT_ALTERNATES_HISTORICAL (1

A-libclang
A-macros

Testing shows that the label of an optgroup does not contribute to the intrinsic size of a select element, in Chrome and Safari. For example: ```html First Second ``` In...

compat
topic: rendering
topic: forms

#### 585fafd85fb27c3f6a443852e0725d8c84402714 Rebuild SVGResources after a resource is removed https://bugs.webkit.org/show_bug.cgi?id=243808 rdar://97335496 Reviewed by NOBODY (OOPS!). Before bug 242497, we would rebuild the SVGResources for a client SVG element whenever we...

merging-blocked
SVG
WebKit Nightly Build

#### 0790c9ed12c6d4bd018cad0c770b146cc005448a Make RenderSVGResourceMask lazily recompute mask images when referencing element is changed https://bugs.webkit.org/show_bug.cgi?id=242778 Reviewed by NOBODY (OOPS!). * Source/WebCore/rendering/svg/RenderSVGResourceMasker.cpp: (WebCore::RenderSVGResourceMasker::removeAllClientsFromCache): (WebCore::RenderSVGResourceMasker::removeClientFromCache): (WebCore::RenderSVGResourceMasker::computeInputs): (WebCore::RenderSVGResourceMasker::applyResource): (WebCore::RenderSVGResourceMasker::drawContentIntoMaskImage): * Source/WebCore/rendering/svg/RenderSVGResourceMasker.h: (WebCore::MaskerData::Inputs::operator==): (WebCore::MaskerData::invalidate): *...

SVG
WebKit Nightly Build

Sometimes I lose track of which recordings I've made and which I want to keep. It would be nice if rr had command line commands to manage recordings by name...

goodfirstbug

I find I often type a command to homu and either get it wrong or the issue is in the wrong state for the command to be acted upon. It...

https://drafts.css-houdini.org/css-properties-values-api/#computationally-independent The note in here gives an example of "1in" being computationally independent and "3em" not. It would be even better if this clarified whether units like "vw", which are...

https://wpt.fyi/css/css-counter-styles shows only one test, but there are more tests in sub-directories under there.

If you have a font with an SVG document index table with multiple entries that point to the same offset/length (e.g. it says glyphs 1-1 have a document at offset/length...