Closed
Bug 1312712
Opened 8 years ago
Closed 4 years ago
Split filter functions out into their own pages
Categories
(Developer Documentation Graveyard :: CSS, enhancement)
Developer Documentation Graveyard
CSS
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: sebo, Unassigned)
References
()
Details
The list of filter functions is quite long and is shared between the 'filter'[1] and the 'backdrop-filter'[2] properties via the <filter-function> data type.
Therefore a new page should be created describing the <filter-function> data type. And the functions themselves should be split out into their own pages, which are references from the <filter-function> page like it's done for <transform-function>[3]. Then the 'filter' and 'backdrop-filter' properties should reference to the <filter-function> page.
[1] https://developer.mozilla.org/en-US/docs/Web/CSS/filter
[2] https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter
[3] https://developer.mozilla.org/en-US/docs/Web/CSS/transform-function
Updated•8 years ago
|
Flags: needinfo?(jypenator)
Updated•8 years ago
|
Flags: needinfo?(jypenator)
I've created new pages for the data type and the various functions. See https://developer.mozilla.org/en-US/docs/Web/CSS/filter-function and, e.g., https://developer.mozilla.org/en-US/docs/Web/CSS/filter-function/drop-shadow .
We still need to update the `filter` and `backdrop-filter` syntax and pages accordingly.
Comment 2•4 years ago
|
||
MDN Web Docs' bug reporting has now moved to GitHub. From now on, please file content bugs at https://github.com/mdn/sprints/issues/ and platform bugs at https://github.com/mdn/kuma/issues/.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•