Research and Documentation
Page 03: Can I Use…

About Can I Use…

Can I Use… is a website that provides compatability tables for various web-oriented coding languages across various web browsers.

Use Case: Education of Other Persons

The resources on Can I Use… can be used to educate web development students regarding cross-browser support testing.

Use Case: Development of a Business Website

The resources on Can I Use… can be used in the development of a business website so that all of the features on that business website are supported by most major web browsers.

Use Case: Self-Education

The resources on Can I Use… can be used to learn about cross-browser compatability and other related concepts.

Use Case: Web Development Research Project

The resources on Can I Use… can be used in a research project (such as this assignment) for a web development class (such as this class).

Property: all

The all property is a shorthand property for resetting all CSS properties except for direction and unicode-bidi.

Data on support for the css-all feature across the major browsers from caniuse.com

Source Page

all

Properties: min-width, max-width, min-height, and max-height

These four properties are used to set an element's maximum and minimum width and its maximum and minimum height.

Data on support for the minmaxwh feature across the major browsers from caniuse.com

Source Page

min-width / max-width / min-height / max-height

Summary

This page contains general information about Can I Use… and its use cases. This page also contains specific information about the following CSS properties:

  • all
  • min-width
  • max-width
  • min-height
  • max-height