Phil Wareham

Results 31 issues of Phil Wareham

Just leaving this here for future reference - not guaranteeing it'll be added though: https://github.com/textpattern/textpattern/issues/1235

Feature request

As discussed briefly in issue #15, latest changes to the `word-spacing` rule introduced in v0.2.2 can cause layout problems under certain conditions (issue appears in Safari v6.0.3, Chrome v26 Mac,...

A list of behavioural changes in tags that will need documenting (please add additional items if I've missed any): - [x] `txp:article` tag accepts `breakform` attribute. - [x] `txp:article_custom` tag...

all hands
tag page

The tag `` that was introducted at Textpattern 4.8.0 is missing from the tag docs. We need to create it.

tag page
writer needed

In 4.6 admin layout update, we have added a feature to display inline help for UI widgets. Need to document how to use this. Won't be a major feature that...

### Absolute URL of front-end page https://docs.textpattern.com/tags/item ### The question/problem We need to write up info in the upcoming (4.8) tag `txp:item`. Hopefully @bloatware can provide some details on how...

tag page
writer needed

@Bloke we had a query on Crowdin as to whether this string: mail_enhanced = "Enhanced mail settings" Should actual be email not mail. Can you confirm either way?

At the moment we have a single CSS file that is used across the .com site, docs site, themes site and plugins site. While this is good for caching there...

We can reduce the size of our CSS file by using `prefers-colour-scheme` within a single SVG file to provide dark mode support - instead of the two separate files we...

Implement in CSS and JavaScript where appropriate when production browser support available: https://polypane.app/blog/creating-websites-with-prefers-reduced-data/ Off the top of my head, some use cases 1. Remove canvas element on homepage. 2. Non-essential...