Possible Technologies
Evaluation Criteria
...
FSS Considerations
The following classes are used by UIO and Exploration Tool:
Links and Text:
.fl-link-enhanced
.fl-text-larger
...
Theming:
.fl-inverted-color
.fl-theme-uio-bw
.fl-theme-uio-lgdg
.fl-theme-prefsEditor-[bw/wb/by/yb/lgdg]
.fl-preview-theme.fl-theme-prefsEditor-[bw/wb/by/yb/lgdg]
.fl-theme-prefsEditor-[bw/wb/by/yb/lgdg].fl-inverted-color
.fl-theme-prefsEditor-[wb/bw/wb/by/yb/lgdg] .fl-inverted-color
.fl-preview-theme.fl-theme-prefsEditor-[wb/bw/by/yb/lgdg].fl-inverted-color
Hypothetical Scenario: Framework as FSS Replacement
To better understand functionality of a framework, it may be worthwhile to explore how a framework can replicate functionality of FSS (see: FSS Cheat Sheet).
layout
...
- fixed-width containers: 100, 150, 200, 250, 300, 400, 450, 500, 550, 600, 650, 700, 750, 800, 850, 900, 950, 1000px
- relative width containers: auto, flex[1-99]
This may not be a critical feature anymore since frameworks offer flexible and responsive layouts.
...
...
- Turn UL and LI into tabs
- Align: left, center, right
- Active tab styling
Foundation - replaced by Foundation's Sections. Traditional tabs possible using Top Bar?
...
- Turn UL of anchors into a vertical navigation menu
- Active menu item styling
Foundation
...
- A fixed height (150px) grid of a list (UL) of images, captions, or other content
...
- align element left, center, or right
- push / force element onto its own line
...
images
- icons:
- force an element to 16x16 pixels and hides descriptive text.
forms and controls
- buttons:
- Apply button styling to an element
- alignment: left, right
- control and label alignment: left, center, rightscrollbars:
- clearfix to remove scrollbars from appearing when padding is used with 100% width elements.
components
- widgets
- movable containers that emcompass elements that collectively create a "widget" (i.e. a calendar or search field).
Foundation - semantically, use Sections?
- contains: title, options, and content sections.
- progressive enhancement
- mark elements as default / basic, or enhanced / JavaScript enabled.
- visibility / content hiding
- 5 modes of hiding:
- hidden to browsers and ATs
- hidden to browsers and ATs, but maintaining layout
- hidden to browsers but available to ATs
- hide text and replace with image
theming
fonts
...