Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2017.4.9 -- 前端星计划(一) #15

Open
stephenLYZ opened this issue Apr 9, 2017 · 0 comments
Open

2017.4.9 -- 前端星计划(一) #15

stephenLYZ opened this issue Apr 9, 2017 · 0 comments

Comments

@stephenLYZ
Copy link
Owner

2017.4.9

HTML

  • doctype的作用
  • XHTML
  • HTML5设计思想
    • canvas内部标签, 兼容低版本浏览器
  • HTML5标签
  • 语义化
    • 可访问性 、 搜索引擎优化 、易读 、 易维护
  • 元数据元素
    • base、 title、link、script、style、noscript、meta
  • meta标签
  • HTML公共属性
  • 命名
    • Microformats(微格式)
    • Schema.org
    • ARIA
  • HTML手册
    • HTML: The living standard

CSS

  • 书写风格

  • 选择器

  • CSS优先级

  • CSS继承

  • 字体

    • 衬线体
    • 无衬线体
    • 等宽字体
  • font系列属性

  • color

    • HSL & HSLA (H、S、L分别的定义
  • 盒模型

    • padding 百分比的计算
    • 盒模型计算(box-sizing)
  • 视觉格式化模型

    • Viewport
    • 块级元素
    • 行极元素
    • Generated Content (::before && ::after)
  • 定位模式

    • 常规流
      • BFC
      • IFC
    • 浮动
      • float
      • 清除浮动
    • 绝对定位
      • static、 position、absolute、 fixed
  • 块级格式化上下文(BFC)

    • overflow: hidden
  • 行级格式化上下文(IFC)

    • Font Metrics
    • line-height
    • vertical-align
  • 堆叠上下文(zindex)

  • CSS3

  • 工程化

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant