###phd###
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<style> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 1 */ | |
body {color: red;} | |
p {color: blue;} | |
/* Answer: blue. Тут ничего особого(нет "борьбы" селекторов)*/ | |
/* 2 */ | |
p {color: red;} | |
.bar {color: blue;} | |
/* Answer: blue. вес селектора по классу (0,0,1,0) больше, чем вес по тегу (0,0,0,1)*/ | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(f = (function $(){ return ["javascript:(f = ", "(", $, ")(), open(f))"].join("") })(), open(f)) |
This document describes the chronology of key events, that impacted on development of online web applications, that can work offline.
User cannot continue working with online applications without connection (he cannot read emails, see calendar and working on presentations without connection. At the same time, desktop application allows user to do it (read emails from cache, see calendar events from cache).