WO2007030695A1 - Methods and systems for providing direct style sheet editing - Google Patents

Methods and systems for providing direct style sheet editing Download PDF

Info

Publication number
WO2007030695A1
WO2007030695A1 PCT/US2006/034992 US2006034992W WO2007030695A1 WO 2007030695 A1 WO2007030695 A1 WO 2007030695A1 US 2006034992 W US2006034992 W US 2006034992W WO 2007030695 A1 WO2007030695 A1 WO 2007030695A1
Authority
WO
WIPO (PCT)
Prior art keywords
rule
target
target rule
selecting
processing unit
Prior art date
Application number
PCT/US2006/034992
Other languages
French (fr)
Inventor
Daniel P. Chartier
Benjamin C. Constable
Sam Spencer
Original Assignee
Microsoft Corporation
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Microsoft Corporation filed Critical Microsoft Corporation
Priority to KR1020087003740A priority Critical patent/KR101312732B1/en
Priority to CN200680033033.XA priority patent/CN101263490B/en
Publication of WO2007030695A1 publication Critical patent/WO2007030695A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/151Transformation
    • G06F40/154Tree transformation for tree-structured or markup documents, e.g. XSLT, XSL-FO or stylesheets
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/103Formatting, i.e. changing of presentation of documents
    • G06F40/106Display of layout of documents; Previewing

Definitions

  • a style sheet is a master page layout used in document creation systems such as word processing, desktop publishing, and the Internet.
  • the style sheet is a file that is used to store margins, tabs, fonts, headers, footers, and other layout settings for a particular category of document.
  • When a style sheet is selected its format settings are applied to all the documents created under it, saving the page designer or programmer from redefining the same settings over and over again for each page.
  • Cascading style sheets defines a visual formatting model used for laying out, for example, extensible markup language (XML) or hypertext markup language (HTML) elements.
  • XML extensible markup language
  • HTML hypertext markup language
  • every element is laid out using a visual "box model.”
  • a box model 400 includes a plurality of boxed elements comprising a margin 405, a border 410, a padding 415, and a content 420 that together allow the flexible layout of the boxed elements.
  • every edge for each boxed element in box model 400 is. given a CSS property (e.g. "margin-left” or "padding-top”.)
  • a paragraph can be indented by giving it a left margin.
  • FIG. 1 Another aspect of the visual formatting model are the CSS position schemes that define a set of positioning modes that use the offsets "top”, “right”, “bottom”, “left”, “width” and “height” to position boxed elements on a page.
  • the positioning schemes such as “absolute”
  • a boxed element can be position at the very top-left of the positioning container using "top: 0; left: 0;”, for example.
  • editing box model properties is limited to manual code editing or form user interface (Ul.)
  • the conventional strategy is to directly edit the associated CSS box model properties. This often causes problems because the conventional strategy requires a manual non-visual process. For example, the conventional strategy forces designers to tediously edit the page layout in one Ul and then switch to a preview mode to observe the edit's effect.
  • a method for providing direct style sheet editing comprises selecting a first target rule for a next formatting operation, the selected first target rule including a modified property and being selected from a plurality of target rules and enabling property changes to occur in a most specific target rule in the plurality of target rules, the most specific target rule containing the modified property.
  • a system for providing direct style sheet editing comprises a memory storage for maintaining a database and a processing unit coupled to the memory storage, wherein the processing unit is operative to select a first target rule for a next formatting operation, the selected first target rule including a modified property and being selected from a plurality of target rules, enable property changes to occur in a most specific target rule in the plurality of target ru ⁇ es, the most specific target rule containing the modified property, and provide a highlighting mechanism configured to allow a user to see which regions of a page are to be affected by the selected first target rule.
  • a computer-readable medium which stores a set of instructions which when executed performs a method for providing direct style sheet editing, the method executed by the set of instructions comprising selecting a first target rule for a next formatting operation, the selected first target rule including a modified property and being selected from a plurality of target rules and enabling property changes to occur in a most specific target rule in the plurality of target rules, the most specific target rule containing the modified property.
  • FIG. 1 is a block diagram of an exemplary system including a computing device consistent with an embodiment of the present invention
  • FIGs. 2A and 2B are screen shots illustrating a style application toolbar consistent with an embodiment of the present invention
  • FIGs. 2C is a screen shot illustrating a highlighting mechanism consistent with an embodiment of the present invention.
  • FIG. 3 is a flow chart of an exemplary method for providing direct style sheet editing consistent with an embodiment of the present invention.
  • FIG. 4 is a diagram illustrating a box model.
  • Systems and methods consistent with embodiments of the present invention provide direct style sheet editing. Consistent with embodiments of the present invention, direct style sheet editing is provided using, for example, a style application toolbar in a "what you see is what you get" (WYSIWYG) design view environment.
  • Direct style sheet editing consistent with embodiments of the invention may use CSS, though the invention is not limited to CSS and other formatting models may be used.
  • WYSIWYG refers to displaying text and graphics on a screen in the same way the text and graphics print. To have WYSIWYG text, there may be an equivalent screen font for each printer font used.
  • WYSIWYG HTML editors were limited to editing, for example, CSS through either inline styles or through hard coded rules for the creation, re-use, and destruction of CSS classes.
  • the only way to modify sophisticated CSS using conventional processes was through hand coding and/or manual entry property editing.
  • Consistent with embodiments of the present invention with direct WYSIWYG CSS editing, users may have near hand coding control with the convenience of design view editing, including, for example, immediate WYSIWYG feedback, formatting toolbars, and dialogs, and design view editing tools.
  • Style application toolbar 200 may allow a user to select, for example, a target CSS rule that the next formatting operation should operate on.
  • style application toolbar 200 may also allow the user to enable property changes to occur on the most specific rule already containing a modified property. This may allow the toolbar to work efficiently against most cascades.
  • a highlighting mechanism 260 may be used that may allow the user to see which regions of the page will be affected by the currently selected CSS rule (e.g. if the selected rule is the selector "p" all paragraphs would be selected).
  • An embodiment consistent with the invention may comprise a system for providing direct style sheet editing.
  • the system may comprise a memory storage for maintaining a database and a processing unit coupled to the memory storage.
  • the processing unit may be operative to select a first target rule for a next formatting operation, the selected first target rule including a modified property and being selected from a plurality of target rules.
  • the processing unit may be operative to enable property changes to occur in a most specific target rule in the P C T " /" ' HJ B O B / 3 Mh 1 Ql 92 plurality of target rules, the most specific target rule containing the modified property.
  • the processing unit may be operative to provide a highlighting mechanism configured to allow a user to see which regions of a page are to be affected by the selected first target rule.
  • the aforementioned memory, processing unit, and other components may be implemented in a computing device, such as an exemplary computing device 100 of FIG. 1. Any suitable combination of hardware, software, and/or firmware may be used to implement the memory, processing unit, or other components.
  • the memory, processing unit, or other components may be implemented with any of computing device 100 or any of other computing devices 118, in combination with computing device 100.
  • the aforementioned system, device, and processors are exemplary and other systems, devices, and processors may comprise the aforementioned memory, processing unit, or other components, consistent with embodiments of the present invention.
  • program modules may include routines, programs, components, data structures, and other types of structures that perform particular tasks or implement particular abstract data types.
  • embodiments of the invention may be practiced with other computer system configurations, including hand-held devices, multiprocessor systems, microprocessor-based or programmable consumer electronics, minicomputers, mainframe computers, and the like.
  • Embodiments of the invention may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network.
  • program modules may be located in both local and remote memory storage devices.
  • Embodiments of the invention may be implemented as a computer process (method), a computing system, or as an article of manufacture, such as a computer program product or computer readable media.
  • the computer program product may be a computer storage media readable by a computer system and encoding a computer program of instructions for executing a computer process.
  • the computer program product may also be a propagated signal on a carrier readable by a computing system and encoding a computer program of instructions for executing a computer process.
  • one exemplary system consistent with an embodiment of the invention may include a computing device, such as computing device 100.
  • computing device 100 may include at least one processing unit 102 and a system memory 104.
  • system memory 104 may be volatile (such as RAM), nonvolatile (such as ROM, flash memory, etc.) or some combination.
  • System memory 104 may include an operating system 105, one or more applications 106, and may include a program data 107.
  • applications 106 may include a direct style sheet editing application 120.
  • embodiments of the invention may be practiced in conjunction with a graphics library, an operating system, a desktop publishing application, or any application program and is not limited to any particular application or system. This basic configuration is illustrated in FIG. 1 by those components within a dashed line 108.
  • Computing device 100 may have additional features or functionality.
  • computing device 100 may also include additional data storage devices (removable and/or non-removable) such as, for example, magnetic disks, optical disks, or tape.
  • additional storage is illustrated in FIG. 1 by a removable storage 109 and a non-removable storage 110.
  • Computer storage media may include volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information, such as computer readable instructions, data structures, program modules, or other data.
  • System memory 104, removable storage 109, and non-removable storage 110 are all examples of computer storage media.
  • Computer storage media may include, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital versatile disks (DVD) or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can be accessed by computing device 100. Any such computer storage media may be part of device 100.
  • Computing device 100 may also have input device(s) 112 such as keyboard, mouse, pen, voice input device, touch input device, etc.
  • Output device(s) 114 such as a display, speakers, printer, etc. may also be included.
  • the aforementioned devices are exemplary and others may be used.
  • Computing device 100 may also contain a communication connection 116 that may allow device 100 to communicate with other computing devices 118, such as over a network in a distributed computing environment, for example, an intranet or the Internet.
  • Communication connection 116 is one example of communication media.
  • Communication media may typically be embodied by computer readable instructions, data structures, program modules, or other data in a modulated data signal, such as a carrier wave or other transport mechanism, and includes any information delivery media.
  • modulated data signal may mean a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal.
  • communication media may include wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, RF 1 infrared and other wireless media.
  • wireless media such as acoustic, RF 1 infrared and other wireless media.
  • computer readable media as used herein may include both storage media and communication media.
  • a number of program modules and data files may be stored in system memory 104 of computing device 100, including an operating system 105 suitable for controlling the operation of a networked personal computer, such as the WINDOWS operating systems from MICROSOFT CORPORATION of Redmond, Washington.
  • System memory 104 may also store one or more program modules, such as direct style sheet editing application 120, and others described below. While executing on processing unit 102, direct style sheet editing application 120 may perform processes including, for example, one or more of the stages of the methods described below. The aforementioned process is exemplary, and processing unit 102 may perform other processes.
  • Other applications 106 that may be used in accordance with embodiments of the present invention may include electronic mail and contacts applications, word processing applications, spreadsheet applications, database applications, slide presentation applications, drawing or computer-aided application programs, a desktop publishing application, etc.
  • FIG. 3 is a flow chart setting forth the general stages involved in an exemplary method 300 consistent with the invention for providing direct style sheet editing using computing device 100 of FIG. 1. Exemplary ways to implement the stages of exemplary method 300 will be described in greater detail below. Exemplary method 300 may begin at starting block 305 and proceed to stage 310 P C T/ IJ S O S /" ⁇ 3 H" > 99 iK ' . where direct style sheet editing application 120 may cause computing device 100 to select a first target rule for a next formatting operation. The selected first target rule may include a modified property and may be selected from a plurality of target rules. For example, as shown in FIGs. 2A and 2B, direct WYSIWYG CSS editing may be achieved through style application toolbar 200.
  • Style application toolbar 200 may allow a user to select, for example, a target CSS rule (e.g. the first target rule) the next formatting operation should operate on.
  • the user may use one of input devices 112 (e.g. a mouse) to select a target rule button 205 from style application toolbar 200 displayed on one of output devices 114.
  • a drop down menu 210 is displayed.
  • Drop down menu 210 may display all the possible target CSS rules (e.g. the plurality of tangent rules) the user has to choose from.
  • the target CSS rule may comprise an entire selector list plus a declaration blocking.
  • the target CSS rule may comprise, but is not limited to, a CSS rule, an in-line style, auto classing, and semantic auto IDing.
  • Some applications may include editing HTML documents with existing style sheets (i.e. for the currently selected HTML element, there may be one or more CSS selectors applying to that element.) Notwithstanding, there may be no guarantee that there will be any selectors applied to the current selection. Editing, however, may still be needed. In this case, a new CSS rule or inline style to apply, for example, CSS may be created. Consequently, "semantic" auto-rules (including semantic auto Iding) may refer to generating a new CSS rule selector based on an existing tag and CLASS and ID attribute values for a currently selection HTML element. For example, for the following HTML,
  • embodiments of the present invention may create a new CSS rule based on the element's semantics. Given the above HTML example, it may be "p. Copyright", because the HTMP includes a ⁇ p> element with a class of "Copyright".
  • embodiments of the present invention may create a new CSS rule using the selector "h3#Title". Accordingly, semantic auto-rule creation (including semantic auto Iding) may simplify the HTML document styling process not already, for example, styled with CSS.
  • style application toolbar 200 may allow a user to select the target CSS rule the next formatting operation should operate on.
  • the user may select a target CSS rule button 215 from menu 210 to change, for example, the default color to blue.
  • direct style sheet application 120 may make that color change in the selected target rule (i.e. a modified property.)
  • the selected target rule i.e. a modified property.
  • direct style sheet application 120 may edit the rule defined by selected target CSS rule button 215. Accordingly, any subsequent operation may affect that rule.
  • the selected rule may change accordingly.
  • the selected rule may change accordingly.
  • an editor may be informed where the user wants that particular formatting operation for CSS editing to occur.
  • exemplary method 300 may advance to stage 320 where direct style sheet editing application 120 may cause computing device 100 to enable property changes to occur in a most specific target rule in the plurality of target rules.
  • the most specific target rule may contain the modified property.
  • style application toolbar 200 may also allow the user to enable property changes to occur on the most specific rule already containing the modified property. This may allow the toolbar to work efficiently against most cascades.
  • menu 210 lists several target CSS rules 215, 225, 230, and 235 (e.g.
  • All four target CSS rules 215, 225, 230, and 235 may apply to the current application (e.g. a desktop publishing application) and all four may have different CSS defined.
  • target CSS rule 215 may give the application a green background image.
  • the other three target rules 225, 230, and 235 may apply to other attributes (e.g. margins.)
  • the user may change the color from green to red. However, the color may not be currently set with target CSS rule 215, but with one of the other three target CSS rules 225, 230, and 235.
  • direct style sheet application 120 may analyze the other three target CSS rules 225, 230, and 235. This analysis may occur in target CSS rules' 225, 230, and 235 order of specificity to see if any of those target CSS rules set color already. And if so, this analysis may set it there (e.g. one of three target CSS rules 225, 230, and 235) rather than the currently selected target CSS rule (e.g. target CSS rule 215.) Without direct style sheet application 120 performing this analysis, the user would need to remember which one of the target CSS rules had set the color originally. In other words, direct style sheet application 120 may determine, for example, where the color was set already.
  • exemplary method 300 may advance to stage 330 where direct style sheet editing application 120 may cause computing device 100 to provide a highlighting mechanism configured to allow a user to see which regions of a page are to be affected by the selected first target rule.
  • a highlighting mechanism 260 may be used that may allow the user to see which regions of the page will be affected by the currently selected CSS rule. For example, if the selected rule is the selector "p", all paragraphs would be selected.
  • embodiments of the invention may be practiced in an electrical circuit comprising discrete electronic elements, packaged or integrated electronic chips containing logic gates, a circuit utilizing a microprocessor, or on a single chip containing electronic elements or microprocessors.
  • Embodiments of the invention may also be practiced using other technologies capable of performing P CT/ * U S O IB. / 3 ⁇ H '9 H logical operations such as, for example, AND, OR, and NOT, including but not limited to mechanical, optical, fluidic, and quantum technologies.
  • embodiments of the invention may be practiced within a general purpose computer or in any other circuits or systems.
  • the present invention may be embodied as systems, methods, and/or computer program products. Accordingly, the present invention may be embodied in hardware and/or in software (including firmware, resident software, micro-code, etc.). Furthermore, embodiments of the present invention may take the form of a computer program product on a computer-usable or computer-readable storage medium having computer-usable or computer-readable program code embodied in the medium for use by or in connection with an instruction execution system.
  • a computer-usable or computer-readable medium may be any medium that can contain, store, communicate, propagate, or transport the program for use by or in connection with the instruction execution system, apparatus, or device.
  • the computer-usable or computer-readable medium may be, for example but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, device, or propagation medium. More specific examples (a non-exhaustive list) of the computer-readable medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), an optical fiber, and a portable compact disc read-only memory (CD-ROM).
  • RAM random access memory
  • ROM read-only memory
  • EPROM or Flash memory erasable programmable read-only memory
  • CD-ROM portable compact disc read-only memory
  • the computer-usable or computer-readable medium could even be paper or another suitable medium upon which the program is printed, as the program can be electronically captured, via, for instance, optical scanning of the paper or other medium, then compiled, interpreted, or otherwise processed in a suitable manner, if necessary, and then stored in a computer memory.

Abstract

Systems and methods are disclosed for providing direct style sheet editing. The disclosed systems and methods may include selecting a first target rule for a next formatting operation. The selected first target rule may include a modified property and may be selected from a plurality of target rules. Furthermore, the disclosed systems and methods may include enabling property changes to occur in a most specific target rule in the plurality of target rules. The most specific target rule may contain the modified property. Moreover, the disclosed systems and methods may include providing a highlighting mechanism configured to allow a user to see which regions of a page are to be affected by the selected first target rule.

Description

METHODS AND SYSTEMS FOR PROVIDING DIRECT STYLE SHEET EDITING
BACKGROUND
[001] A style sheet is a master page layout used in document creation systems such as word processing, desktop publishing, and the Internet. The style sheet is a file that is used to store margins, tabs, fonts, headers, footers, and other layout settings for a particular category of document. When a style sheet is selected, its format settings are applied to all the documents created under it, saving the page designer or programmer from redefining the same settings over and over again for each page.
[002] Cascading style sheets (CSS) defines a visual formatting model used for laying out, for example, extensible markup language (XML) or hypertext markup language (HTML) elements. In this model, every element is laid out using a visual "box model." As shown in FIG. 4, a box model 400 includes a plurality of boxed elements comprising a margin 405, a border 410, a padding 415, and a content 420 that together allow the flexible layout of the boxed elements. Moreover, every edge for each boxed element in box model 400 is. given a CSS property (e.g. "margin-left" or "padding-top".) For example, using box model 400, a paragraph can be indented by giving it a left margin.
[003] Another aspect of the visual formatting model are the CSS position schemes that define a set of positioning modes that use the offsets "top", "right", "bottom", "left", "width" and "height" to position boxed elements on a page. Using one of the positioning schemes, such as "absolute", a boxed element can be position at the very top-left of the positioning container using "top: 0; left: 0;", for example.
[004] In some situations, editing box model properties is limited to manual code editing or form user interface (Ul.) Thus, the conventional strategy is to directly edit the associated CSS box model properties. This often causes problems because the conventional strategy requires a manual non-visual process. For example, the conventional strategy forces designers to tediously edit the page layout in one Ul and then switch to a preview mode to observe the edit's effect.
[005] In view of the foregoing, there is a need for methods and systems for providing direct style sheet editing more optimally. Furthermore, there is a need for PCT/ USQ S / B NHQt g ii! providing direct style sheet editing using, for example, a style application toolbar.
SUMMARY
[006] Consistent with embodiments of the present invention, systems and methods are disclosed for providing direct style sheet editing.
[007] In accordance with one embodiment, a method for providing direct style sheet editing comprises selecting a first target rule for a next formatting operation, the selected first target rule including a modified property and being selected from a plurality of target rules and enabling property changes to occur in a most specific target rule in the plurality of target rules, the most specific target rule containing the modified property.
[008] According to another embodiment, a system for providing direct style sheet editing comprises a memory storage for maintaining a database and a processing unit coupled to the memory storage, wherein the processing unit is operative to select a first target rule for a next formatting operation, the selected first target rule including a modified property and being selected from a plurality of target rules, enable property changes to occur in a most specific target rule in the plurality of target ruϊes, the most specific target rule containing the modified property, and provide a highlighting mechanism configured to allow a user to see which regions of a page are to be affected by the selected first target rule.
[009] In accordance with yet another embodiment, a computer-readable medium which stores a set of instructions which when executed performs a method for providing direct style sheet editing, the method executed by the set of instructions comprising selecting a first target rule for a next formatting operation, the selected first target rule including a modified property and being selected from a plurality of target rules and enabling property changes to occur in a most specific target rule in the plurality of target rules, the most specific target rule containing the modified property.
[010] It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only, and should not be considered restrictive of the scope of the invention, as described and claimed. Further, features and/or variations may be provided in addition to those set forth herein. For example, embodiments of the invention may be directed to various F / Li S Ol 6 / H l!4' !9 '9 iS combinations and sub-combinations of the features described in the detailed description.
BRIEF DESCRIPTION OF THE DRAWINGS
[011] The accompanying drawings, which are incorporated in and constitute a part of this disclosure, illustrate various embodiments and aspects of the present invention. In the drawings:
[012] FIG. 1 is a block diagram of an exemplary system including a computing device consistent with an embodiment of the present invention;
[013] FIGs. 2A and 2B are screen shots illustrating a style application toolbar consistent with an embodiment of the present invention;
[014] FIGs. 2C is a screen shot illustrating a highlighting mechanism consistent with an embodiment of the present invention;
[015] FIG. 3 is a flow chart of an exemplary method for providing direct style sheet editing consistent with an embodiment of the present invention; and
[016] FIG. 4 is a diagram illustrating a box model.
DETAILED DESCRIPTION
[017] The following detailed description refers to the accompanying drawings. Wherever possible, the same reference numbers are used in the drawings and the following description to refer to the same or similar parts. While several exemplary embodiments and features of the invention are described herein, modifications, adaptations and other implementations are possible, without departing from the spirit and scope of the invention. For example, substitutions, additions or modifications may be made to the components illustrated in the drawings, and the exemplary methods described herein may be modified by substituting, reordering, or adding stages to the disclosed methods. Accordingly, the following detailed description does not limit the invention. Instead, the proper scope of the invention is defined by the appended claims.
[018] Systems and methods consistent with embodiments of the present invention provide direct style sheet editing. Consistent with embodiments of the present invention, direct style sheet editing is provided using, for example, a style application toolbar in a "what you see is what you get" (WYSIWYG) design view environment. Direct style sheet editing consistent with embodiments of the invention may use CSS, though the invention is not limited to CSS and other formatting models may be used. WYSIWYG, for example, refers to displaying text and graphics on a screen in the same way the text and graphics print. To have WYSIWYG text, there may be an equivalent screen font for each printer font used.
[019] Conventionally, WYSIWYG HTML editors were limited to editing, for example, CSS through either inline styles or through hard coded rules for the creation, re-use, and destruction of CSS classes. The only way to modify sophisticated CSS using conventional processes was through hand coding and/or manual entry property editing. Consistent with embodiments of the present invention, with direct WYSIWYG CSS editing, users may have near hand coding control with the convenience of design view editing, including, for example, immediate WYSIWYG feedback, formatting toolbars, and dialogs, and design view editing tools.
[020] As shown in FIGs. 2A and 2B, consistent with embodiments of the present invention, direct WYSIWYG CSS editing may be achieved, for example, through a style application toolbar 200. Style application toolbar 200 may allow a user to select, for example, a target CSS rule that the next formatting operation should operate on. In addition, style application toolbar 200 may also allow the user to enable property changes to occur on the most specific rule already containing a modified property. This may allow the toolbar to work efficiently against most cascades. Furthermore, as illustrated by FIG. 2C1 consistent with embodiments of the present invention, a highlighting mechanism 260 may be used that may allow the user to see which regions of the page will be affected by the currently selected CSS rule (e.g. if the selected rule is the selector "p" all paragraphs would be selected).
[021] An embodiment consistent with the invention may comprise a system for providing direct style sheet editing. The system may comprise a memory storage for maintaining a database and a processing unit coupled to the memory storage. The processing unit may be operative to select a first target rule for a next formatting operation, the selected first target rule including a modified property and being selected from a plurality of target rules. In addition, the processing unit may be operative to enable property changes to occur in a most specific target rule in the P C T"/"' HJ B O B / 3 Mh1Ql 92 plurality of target rules, the most specific target rule containing the modified property.
Moreover, the processing unit may be operative to provide a highlighting mechanism configured to allow a user to see which regions of a page are to be affected by the selected first target rule.
[022] Consistent with an embodiment of the present invention, the aforementioned memory, processing unit, and other components may be implemented in a computing device, such as an exemplary computing device 100 of FIG. 1. Any suitable combination of hardware, software, and/or firmware may be used to implement the memory, processing unit, or other components. By way of example, the memory, processing unit, or other components may be implemented with any of computing device 100 or any of other computing devices 118, in combination with computing device 100. The aforementioned system, device, and processors are exemplary and other systems, devices, and processors may comprise the aforementioned memory, processing unit, or other components, consistent with embodiments of the present invention.
[023] Generally, program modules may include routines, programs, components, data structures, and other types of structures that perform particular tasks or implement particular abstract data types. Moreover, embodiments of the invention may be practiced with other computer system configurations, including hand-held devices, multiprocessor systems, microprocessor-based or programmable consumer electronics, minicomputers, mainframe computers, and the like. Embodiments of the invention may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote memory storage devices.
[024] Embodiments of the invention, for example, may be implemented as a computer process (method), a computing system, or as an article of manufacture, such as a computer program product or computer readable media. The computer program product may be a computer storage media readable by a computer system and encoding a computer program of instructions for executing a computer process. The computer program product may also be a propagated signal on a carrier readable by a computing system and encoding a computer program of instructions for executing a computer process. [025] With reference to FIG. 1 , one exemplary system consistent with an embodiment of the invention may include a computing device, such as computing device 100. In a basic configuration, computing device 100 may include at least one processing unit 102 and a system memory 104. Depending on the configuration and type of computing device, system memory 104 may be volatile (such as RAM), nonvolatile (such as ROM, flash memory, etc.) or some combination. System memory 104 may include an operating system 105, one or more applications 106, and may include a program data 107. In one embodiment, applications 106 may include a direct style sheet editing application 120. However, embodiments of the invention may be practiced in conjunction with a graphics library, an operating system, a desktop publishing application, or any application program and is not limited to any particular application or system. This basic configuration is illustrated in FIG. 1 by those components within a dashed line 108.
[026] Computing device 100 may have additional features or functionality. For example, computing device 100 may also include additional data storage devices (removable and/or non-removable) such as, for example, magnetic disks, optical disks, or tape. Such additional storage, is illustrated in FIG. 1 by a removable storage 109 and a non-removable storage 110. Computer storage media may include volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information, such as computer readable instructions, data structures, program modules, or other data. System memory 104, removable storage 109, and non-removable storage 110 are all examples of computer storage media. Computer storage media may include, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital versatile disks (DVD) or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can be accessed by computing device 100. Any such computer storage media may be part of device 100. Computing device 100 may also have input device(s) 112 such as keyboard, mouse, pen, voice input device, touch input device, etc. Output device(s) 114 such as a display, speakers, printer, etc. may also be included. The aforementioned devices are exemplary and others may be used. [027] Computing device 100 may also contain a communication connection 116 that may allow device 100 to communicate with other computing devices 118, such as over a network in a distributed computing environment, for example, an intranet or the Internet. Communication connection 116 is one example of communication media. Communication media may typically be embodied by computer readable instructions, data structures, program modules, or other data in a modulated data signal, such as a carrier wave or other transport mechanism, and includes any information delivery media. The term "modulated data signal" may mean a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal. By way of example, and not limitation, communication media may include wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, RF1 infrared and other wireless media. The term computer readable media as used herein may include both storage media and communication media.
[028] A number of program modules and data files may be stored in system memory 104 of computing device 100, including an operating system 105 suitable for controlling the operation of a networked personal computer, such as the WINDOWS operating systems from MICROSOFT CORPORATION of Redmond, Washington. System memory 104 may also store one or more program modules, such as direct style sheet editing application 120, and others described below. While executing on processing unit 102, direct style sheet editing application 120 may perform processes including, for example, one or more of the stages of the methods described below. The aforementioned process is exemplary, and processing unit 102 may perform other processes. Other applications 106 that may be used in accordance with embodiments of the present invention may include electronic mail and contacts applications, word processing applications, spreadsheet applications, database applications, slide presentation applications, drawing or computer-aided application programs, a desktop publishing application, etc.
[029] FIG. 3 is a flow chart setting forth the general stages involved in an exemplary method 300 consistent with the invention for providing direct style sheet editing using computing device 100 of FIG. 1. Exemplary ways to implement the stages of exemplary method 300 will be described in greater detail below. Exemplary method 300 may begin at starting block 305 and proceed to stage 310 P C T/ IJ S O S /" 3 H" >99 iK ' . where direct style sheet editing application 120 may cause computing device 100 to select a first target rule for a next formatting operation. The selected first target rule may include a modified property and may be selected from a plurality of target rules. For example, as shown in FIGs. 2A and 2B, direct WYSIWYG CSS editing may be achieved through style application toolbar 200. Style application toolbar 200 may allow a user to select, for example, a target CSS rule (e.g. the first target rule) the next formatting operation should operate on. The user may use one of input devices 112 (e.g. a mouse) to select a target rule button 205 from style application toolbar 200 displayed on one of output devices 114. Once target rule button 205 is selected, a drop down menu 210 is displayed. Drop down menu 210 may display all the possible target CSS rules (e.g. the plurality of tangent rules) the user has to choose from. For example, as shown in FIG. 2B, the target CSS rule may comprise an entire selector list plus a declaration blocking. Moreover, consistent with embodiments of the invention, the target CSS rule may comprise, but is not limited to, a CSS rule, an in-line style, auto classing, and semantic auto IDing.
[030] Some applications may include editing HTML documents with existing style sheets (i.e. for the currently selected HTML element, there may be one or more CSS selectors applying to that element.) Notwithstanding, there may be no guarantee that there will be any selectors applied to the current selection. Editing, however, may still be needed. In this case, a new CSS rule or inline style to apply, for example, CSS may be created. Consequently, "semantic" auto-rules (including semantic auto Iding) may refer to generating a new CSS rule selector based on an existing tag and CLASS and ID attribute values for a currently selection HTML element. For example, for the following HTML,
<p class="Copyright">Copyright 2005 Microsoft Corp.</p>,
with no CSS selectors applied to that element, embodiments of the present invention may create a new CSS rule based on the element's semantics. Given the above HTML example, it may be "p. Copyright", because the HTMP includes a <p> element with a class of "Copyright".
[031] The above is a class based semantic auto-rule example. Semantic auto IDing may also be done with ID's. Given the following HTML, C T/ U S O 6 ,/ 31MH1U 9 S-
<h3 id="Title">Daily Microsoft News</h3>,
embodiments of the present invention may create a new CSS rule using the selector "h3#Title". Accordingly, semantic auto-rule creation (including semantic auto Iding) may simplify the HTML document styling process not already, for example, styled with CSS.
[032] As stated above, style application toolbar 200 may allow a user to select the target CSS rule the next formatting operation should operate on. For example, while running one of application programs 106 (e.g. a desktop publishing application), the user may select a target CSS rule button 215 from menu 210 to change, for example, the default color to blue. Consistent with embodiments of the invention, direct style sheet application 120 may make that color change in the selected target rule (i.e. a modified property.) For example, as shown in FIG. 2B1 in the file "comment.CSS" 220, direct style sheet application 120 may edit the rule defined by selected target CSS rule button 215. Accordingly, any subsequent operation may affect that rule. For example, if the user executed a resize operation, the selected rule may change accordingly. Likewise, if the user changed the margin, the selected rule may change accordingly. In other words, by making the selection using tool bar 200 as described above, in any subsequent formatting operations from then on, an editor may be informed where the user wants that particular formatting operation for CSS editing to occur.
[033] From stage 310, where computing device 100 selects the first target rule for the next formatting operation, exemplary method 300 may advance to stage 320 where direct style sheet editing application 120 may cause computing device 100 to enable property changes to occur in a most specific target rule in the plurality of target rules. The most specific target rule may contain the modified property. For example, style application toolbar 200 may also allow the user to enable property changes to occur on the most specific rule already containing the modified property. This may allow the toolbar to work efficiently against most cascades. For example, as shown in FIG. 2B, menu 210 lists several target CSS rules 215, 225, 230, and 235 (e.g. the plurality of target rules.) All four target CSS rules 215, 225, 230, and 235 may apply to the current application (e.g. a desktop publishing application) and all four may have different CSS defined. For example, target CSS rule 215 may give the application a green background image. The other three target rules 225, 230, and 235 may apply to other attributes (e.g. margins.) Now, in target CSS rule 215, the user may change the color from green to red. However, the color may not be currently set with target CSS rule 215, but with one of the other three target CSS rules 225, 230, and 235.
[034] Consistent with embodiments of the invention, when a re-used properties button 240 is selected, for example, direct style sheet application 120 may analyze the other three target CSS rules 225, 230, and 235. This analysis may occur in target CSS rules' 225, 230, and 235 order of specificity to see if any of those target CSS rules set color already. And if so, this analysis may set it there (e.g. one of three target CSS rules 225, 230, and 235) rather than the currently selected target CSS rule (e.g. target CSS rule 215.) Without direct style sheet application 120 performing this analysis, the user would need to remember which one of the target CSS rules had set the color originally. In other words, direct style sheet application 120 may determine, for example, where the color was set already.
[035] Once computing device 100 enables property changes to occur in the most specific target rule in stage 320, exemplary method 300 may advance to stage 330 where direct style sheet editing application 120 may cause computing device 100 to provide a highlighting mechanism configured to allow a user to see which regions of a page are to be affected by the selected first target rule. For example, as illustrated by FIG. 2C, consistent with embodiments of the present invention, a highlighting mechanism 260 may be used that may allow the user to see which regions of the page will be affected by the currently selected CSS rule. For example, if the selected rule is the selector "p", all paragraphs would be selected. After computing device 100 provides the highlighting mechanism in stage 330, exemplary method may then end at stage 340.
[036] Furthermore, embodiments of the invention may be practiced in an electrical circuit comprising discrete electronic elements, packaged or integrated electronic chips containing logic gates, a circuit utilizing a microprocessor, or on a single chip containing electronic elements or microprocessors. Embodiments of the invention may also be practiced using other technologies capable of performing P CT/* U S O IB. / 3 ^H '9 H logical operations such as, for example, AND, OR, and NOT, including but not limited to mechanical, optical, fluidic, and quantum technologies. In addition, embodiments of the invention may be practiced within a general purpose computer or in any other circuits or systems.
[037] The present invention may be embodied as systems, methods, and/or computer program products. Accordingly, the present invention may be embodied in hardware and/or in software (including firmware, resident software, micro-code, etc.). Furthermore, embodiments of the present invention may take the form of a computer program product on a computer-usable or computer-readable storage medium having computer-usable or computer-readable program code embodied in the medium for use by or in connection with an instruction execution system. A computer-usable or computer-readable medium may be any medium that can contain, store, communicate, propagate, or transport the program for use by or in connection with the instruction execution system, apparatus, or device.
[038] The computer-usable or computer-readable medium may be, for example but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, device, or propagation medium. More specific examples (a non-exhaustive list) of the computer-readable medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), an optical fiber, and a portable compact disc read-only memory (CD-ROM). Note that the computer-usable or computer-readable medium could even be paper or another suitable medium upon which the program is printed, as the program can be electronically captured, via, for instance, optical scanning of the paper or other medium, then compiled, interpreted, or otherwise processed in a suitable manner, if necessary, and then stored in a computer memory.
[039] Embodiments of the present invention are described above with reference to block diagrams and/or operational illustrations of methods, systems, and computer program products according to embodiments of the invention. It is to be understood that the functions/acts noted in the blocks may occur out of the order noted in the operational illustrations. For example, two blocks shown in succession may in fact be executed substantially concurrently or the blocks may sometimes be executed in the reverse order, depending upon the functionality/acts involved.
[040] While certain features and embodiments of the invention have been described, other embodiments of the invention may exist. Furthermore, although embodiments of the present invention have been described as being associated with data stored in memory and other storage mediums, aspects can also be stored on or read from other types of computer-readable media, such as secondary storage devices, like hard disks, floppy disks, or a CD-ROM, a carrier wave from the Internet, or other forms of RAM or ROM. Further, the steps of the disclosed methods may be modified in any manner, including by reordering steps and/or inserting or deleting steps, without departing from the principles of the invention.
[041] It is intended, therefore, that the specification and examples be considered as exemplary only, with a true scope and spirit of the invention being indicated by the following claims and their full scope of equivalents.

Claims

1. A method for providing direct style sheet editing, the method comprising: selecting a first target rule for a next formatting operation, the selected first target rule including a modified property and being selected from a plurality of target rules; and enabling property changes to occur in a most specific target rule in the plurality of target rules, the most specific target rule containing the modified property.
2. The method of claim 1 , wherein selecting the first target rule comprises selecting the first target rule comprising an entire selector list plus a declaration blocking.
3. The method of claim 1 , wherein selecting the first target rule comprises selecting the first target rule comprising a cascading style sheets (CSS) rule.
4. The method of claim 1 , selecting the first target rule comprises selecting the first target rule comprising one of a rule corresponding to an in-line style, a rule corresponding auto classing, and a rule corresponding to semantic auto IDing.
5. The method of claim 1 , wherein at least one of selecting the first target rule and enabling the property changes comprises at least one of selecting the first target rule and enabling the property changes using a tool bar.
6. The method of claim 5, wherein at least one of selecting the first target rule and enabling the property changes using the tool bar comprises at least one of selecting the first target rule and enabling the property changes using the tool bar including a re-used properties button configured to initiate the enabling the property changes stage. P C T/ U S O B / 31Lil"9 "3 E!
7. The method of claim 1 , further comprises providing a highlighting mechanism configured to allow a user to see which regions of a page are to be affected by the selected first target rule.
8. A system for providing direct style sheet editing, the system comprising: a memory storage for maintaining a database; and a processing unit coupled to the memory storage, wherein the processing unit is operative to: select a first target rule for a next formatting operation, the selected first target rule including a modified property and being selected from a plurality of target rules; enable property changes to occur in a most specific target rule in the plurality of target rules, the most specific target rule containing the modified property; and provide a highlighting mechanism configured to allow a user to see which regions of a page are to be affected by the selected first target rule.
9. The system of claim 8, wherein the processing unit operative to select the first target rule comprises the processing unit operative to select the first target rule comprising an entire selector list plus a declaration blocking.
10. The system of claim 8, wherein the processing unit operative to select the first target rule comprises the processing unit operative to select the first target rule comprising a cascading style sheets (CSS) rule.
11. The system of claim 8, the processing unit operative to select the first target rule comprises the processing unit operative to select the first target rule comprising one of a rule corresponding to an in-line style, a rule corresponding auto classing, and a rule corresponding to semantic auto IDing.
12. The system of claim 8, wherein at least one of the processing unit operative to select the first target rule and the processing unit operative to enable the property changes comprises at least one of the processing unit operative to lr
Figure imgf000017_0001
to enable the property changes using a tool bar.
13. The system of claim 12, wherein the tool bar includes a re-used properties button configured to cause the processing unit to enable the property changes.
14. A computer-readable medium which stores a set of instructions which when executed performs a method for providing direct style sheet editing, the method executed by the set of instructions comprising: selecting a first target rule for a next formatting operation, the selected first target rule including a modified property and being selected from a plurality of target rules; and enabling property changes to occur in a most specific target rule in the plurality of target rules, the most specific target rule containing the modified property.
15. The computer-readable medium of claim 14, wherein selecting the first target rule comprises selecting the first target rule comprising an entire selector list plus a declaration blocking.
16. The computer-readable medium of claim 14, wherein selecting the first target rule comprises selecting the first target rule comprising a cascading style sheets (CSS) rule.
17. The computer-readable medium of claim 14, selecting the first target rule comprises selecting the first target rule comprising one of a rule corresponding to an in-line style, a rule corresponding auto classing, and a rule corresponding to semantic auto IDing.
18. The computer-readable medium of claim 14, wherein at least one of selecting the first target rule and enabling the property changes comprises at least one of selecting the first target rule and enabling the property changes using a tool bar.
19. The computer-readable medium of claim 18, wherein at least one of selecting the first target rule and enabling the property changes using the tool bar comprises at least one of selecting the first target rule and enabling the property changes using the tool bar including a re-used properties button configured to initiate the enabling the property changes stage.
20. The computer-readable medium of claim 14, further comprises providing a highlighting mechanism configured to allow a user to see which regions of a page are to be affected by the selected first target rule.
PCT/US2006/034992 2005-09-09 2006-09-07 Methods and systems for providing direct style sheet editing WO2007030695A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
KR1020087003740A KR101312732B1 (en) 2005-09-09 2006-09-07 Methods and systems for providing direct style sheet editing
CN200680033033.XA CN101263490B (en) 2005-09-09 2006-09-07 For providing the method and system of direct style sheet editing

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US11/223,397 2005-09-09
US11/223,397 US7716574B2 (en) 2005-09-09 2005-09-09 Methods and systems for providing direct style sheet editing

Publications (1)

Publication Number Publication Date
WO2007030695A1 true WO2007030695A1 (en) 2007-03-15

Family

ID=37836163

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2006/034992 WO2007030695A1 (en) 2005-09-09 2006-09-07 Methods and systems for providing direct style sheet editing

Country Status (4)

Country Link
US (1) US7716574B2 (en)
KR (1) KR101312732B1 (en)
CN (1) CN101263490B (en)
WO (1) WO2007030695A1 (en)

Families Citing this family (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7802182B2 (en) * 2004-05-21 2010-09-21 Bea Systems Inc. System and method for performing visual property updates
US8635524B2 (en) * 2005-09-13 2014-01-21 Adobe Systems Incorporated System and/or method for document conversion
US9348799B2 (en) * 2005-12-09 2016-05-24 Adobe Systems Incorporated Forming a master page for an electronic document
US8504929B2 (en) * 2008-04-11 2013-08-06 Oracle International Corporation Editing user interface components
US20110191671A1 (en) * 2010-01-29 2011-08-04 Extensis, Inc. Website Font Previewing
US9400770B2 (en) * 2010-12-28 2016-07-26 Elwha Llc Multi-view graphical user interface for editing a base document with highlighting feature
US9329839B2 (en) * 2011-04-11 2016-05-03 Data Systems International, Inc. Multi-view form design
US9575949B2 (en) 2011-04-11 2017-02-21 Data Systems International, Inc. Multi-view runtime interrogator
US9104527B2 (en) 2011-09-08 2015-08-11 Microsoft Technology Licensing, Llc Automatically generated style rules for page design
US9141595B2 (en) * 2011-10-05 2015-09-22 Adobe Systems Incorporated Contextual commenting on the web
US8468449B1 (en) 2011-12-08 2013-06-18 Microsoft Corporation Generating CSS shorthand properties
US20130227396A1 (en) * 2012-02-24 2013-08-29 Microsoft Corporation Editing content of a primary document and related files
KR101901884B1 (en) * 2012-02-29 2018-09-28 삼성전자주식회사 Apparatus and method for providing remote user interface
US9201852B2 (en) * 2013-05-24 2015-12-01 David Wei Ge Method for in-browser visual HTML editing via bi-directional navigation and virtual properties
CN105988778A (en) * 2015-01-28 2016-10-05 阿里巴巴集团控股有限公司 Page setting method and device
US10311366B2 (en) * 2015-07-29 2019-06-04 Adobe Inc. Procedurally generating sets of probabilistically distributed styling attributes for a digital design
CN105373520A (en) * 2015-10-13 2016-03-02 金蝶软件(中国)有限公司 Method and device for setting control style attributes
CN105335154B (en) * 2015-10-19 2019-09-20 沈文策 A kind of self adaptive net layout method and device towards multiple terminals
WO2017113110A1 (en) * 2015-12-29 2017-07-06 Microsoft Technology Licensing, Llc. Formatting document objects by visual suggestions
US9824075B1 (en) * 2016-03-31 2017-11-21 Google Inc. System and method for interaction coverage
US20220414316A1 (en) * 2021-06-23 2022-12-29 International Business Machines Corporation Automated language assessment for web applications using natural language processing

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5860073A (en) * 1995-07-17 1999-01-12 Microsoft Corporation Style sheets for publishing system
EP1100269A1 (en) * 1999-07-02 2001-05-16 Sony Corporation Contents receiving system and contents receiving method
US20020188636A1 (en) * 2001-05-02 2002-12-12 Peck David K. System and method for in-line editing of web-based documents
US20040187080A1 (en) * 1999-09-20 2004-09-23 Dell Products L.P. XML server pages language

Family Cites Families (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6963920B1 (en) * 1993-11-19 2005-11-08 Rose Blush Software Llc Intellectual asset protocol for defining data exchange rules and formats for universal intellectual asset documents, and systems, methods, and computer program products related to same
US5487141A (en) * 1994-01-21 1996-01-23 Borland International, Inc. Development system with methods for visual inheritance and improved object reusability
US7131065B1 (en) * 2000-06-30 2006-10-31 International Business Machines Corporation Dynamically altering web page content based on a page's title properties
US7051276B1 (en) * 2000-09-27 2006-05-23 Microsoft Corporation View templates for HTML source documents
TWI247295B (en) * 2002-03-09 2006-01-11 Samsung Electronics Co Ltd Reproducing method and apparatus for interactive mode using markup documents
US20040205588A1 (en) * 2002-07-23 2004-10-14 Xerox Corporation System and method for dynamically generating a style sheet
US7383498B1 (en) * 2002-12-27 2008-06-03 Sap Ag Editing styles for markup documents using parametrized styles sheets
US7362311B2 (en) * 2003-04-07 2008-04-22 Microsoft Corporation Single column layout for content pages
US20050138540A1 (en) * 2003-12-22 2005-06-23 Xerox Corporation Systems and methods for user-specific document change highlighting
US8205152B2 (en) * 2004-11-08 2012-06-19 Opera Software Asa System and method for formatting and displaying frameset documents
US7577902B2 (en) * 2004-12-16 2009-08-18 Palo Alto Research Center Incorporated Systems and methods for annotating pages of a 3D electronic document
US7430712B2 (en) * 2005-03-16 2008-09-30 Ameriprise Financial, Inc. System and method for dynamically resizing embeded web page content
US20060218490A1 (en) * 2005-03-24 2006-09-28 Richard Fink Method and apparatus for creating a web page
US7337393B2 (en) * 2005-09-09 2008-02-26 Microsoft Corporation Methods and systems for providing an editable visual formatting model

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5860073A (en) * 1995-07-17 1999-01-12 Microsoft Corporation Style sheets for publishing system
EP1100269A1 (en) * 1999-07-02 2001-05-16 Sony Corporation Contents receiving system and contents receiving method
US20040187080A1 (en) * 1999-09-20 2004-09-23 Dell Products L.P. XML server pages language
US20020188636A1 (en) * 2001-05-02 2002-12-12 Peck David K. System and method for in-line editing of web-based documents

Also Published As

Publication number Publication date
CN101263490B (en) 2015-11-25
KR101312732B1 (en) 2013-09-27
US7716574B2 (en) 2010-05-11
KR20080043307A (en) 2008-05-16
US20070061710A1 (en) 2007-03-15
CN101263490A (en) 2008-09-10

Similar Documents

Publication Publication Date Title
US7716574B2 (en) Methods and systems for providing direct style sheet editing
US7337393B2 (en) Methods and systems for providing an editable visual formatting model
US8239882B2 (en) Markup based extensibility for user interfaces
US8375293B2 (en) Method and apparatus for defining documents
JP4065545B2 (en) Layout control method and apparatus and program thereof
JP4236267B2 (en) Information processing apparatus, layout control method executed in the apparatus, and program thereof
US8762832B2 (en) Constraint and rule-based page layout
US20070273895A1 (en) Efficient Whole Page Printing
US20130185632A1 (en) Generating variable document templates
CN102779118B (en) Paper typesetting method and system
US20140006913A1 (en) Visual template extraction
JP2005216175A (en) Layout adjusting method and device, and layout adjusting program
WO2005076155A2 (en) Method and system for automating creation of multiple stylesheet formats using an integrated visual design environment
JP2006050445A (en) Layout adjustment method, apparatus and program
JP2009510650A (en) Multi-form design with harmonized composition for dynamically aggregated documents
JP2006211248A (en) Information processing apparatus and control method thereof, and program
JP2010117950A (en) Layout editing apparatus and layout editing method
US20110221764A1 (en) Laying out and cropping images in pre-defined layouts
US20130290837A1 (en) Method and Apparatus for Correcting Document Formatting Based on Source Document
JP2008015558A (en) Authoring system, software and method for creating content
Hassan Towards a Universally Editable Portable Document Format
JP2007122487A (en) Automatic layout system
But Generating CAIA technical reports and slide presentations using LATEX
Mouse NPS-CS-08-XXX
JP2006059378A (en) Document edition method and recording medium

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 200680033033.X

Country of ref document: CN

121 Ep: the epo has been informed by wipo that ep was designated in this application
WWE Wipo information: entry into national phase

Ref document number: 1020087003740

Country of ref document: KR

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 06814333

Country of ref document: EP

Kind code of ref document: A1