Sebastian Zartner

Results 75 issues of Sebastian Zartner

Currently, the specs are sorted alphabetically thanks to @Zefling's work in https://github.com/LeaVerou/css3test/commit/1e5229d6b12295be0c61e5a382f93627584d5c9c. Though to see which features can actually be used in a browser, it's also interesting to see how...

feature

The code syntax the tests are written in is pretty much outdated and in some parts quite hard to read. To improve that I suggest to use newer JavaScript language...

feature

At the moment the logic for executing the tests and outputting their results is strongly entangled. This hinders further improvement regarding both and also makes it harder to read the...

feature

Different CSS specifications add DOM related features. For example, CSS Font Loading 3 defines some interfaces and events related to loading fonts. While they are JavaScript APIs, they are defined...

feature

@supports has a [very loose syntax](https://drafts.csswg.org/css-conditional-3/#at-ruledef-supports). The specification says this: > The above grammar is purposely very loose for forwards-compatibility reasons, since the `` production allows for substantial future extensibility....

bug

Currently, the properties to test specific values for are defined for all values of a module. This doesn't allow to test values that apply to other properties. That's the reason...

feature

People may want to generally disallow short variables, though allow one-character variable names like `i` for indexes. Therefore there should be a parameter that allows to define a comma separated...

The 'background-size' CSS property[1] is currently not recognized. The ``s' background images should be resized as shown in the attached screenshot. [backgroundSize.html](https://github.com/BerndGabriel/HtmlViewer/files/324955/backgroundSize.txt) (needs to be renamed when downloading, because GitHub...

enhancement

If it were possible to timeline graph per country, it would allow to know the progression of the virus in each country. This would make it possible to see which...

This was previously requested in [bug 1189440](https://bugzilla.mozilla.org/show_bug.cgi?id=1189440). The idea is to read the data defined in the CSS specifications to update the JSONs automatically using a tool called shepard: https://api.csswg.org/shepherd/...

enhancement
css
api
idle