CN104731815B - A kind of method for drafting and device of web page element - Google Patents

A kind of method for drafting and device of web page element Download PDF

Info

Publication number
CN104731815B
CN104731815B CN201310717912.6A CN201310717912A CN104731815B CN 104731815 B CN104731815 B CN 104731815B CN 201310717912 A CN201310717912 A CN 201310717912A CN 104731815 B CN104731815 B CN 104731815B
Authority
CN
China
Prior art keywords
web page
page element
appearance style
style
appearance
Prior art date
Legal status (The legal status 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 status listed.)
Active
Application number
CN201310717912.6A
Other languages
Chinese (zh)
Other versions
CN104731815A (en
Inventor
方敏
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Yayue Technology Co ltd
Original Assignee
Tencent Technology Shenzhen Co Ltd
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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201310717912.6A priority Critical patent/CN104731815B/en
Publication of CN104731815A publication Critical patent/CN104731815A/en
Application granted granted Critical
Publication of CN104731815B publication Critical patent/CN104731815B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

The present invention provides the method for drafting and device of a kind of web page element for viewing on device technical field, comprising: judges whether to need to increase appearance style for the web page element currently parsed;When judging to need to increase appearance style to the web page element currently parsed, the appearance style to match with the element type of the web page element is extracted in the local database;Rendering interface by browser kernel is that the web page element currently parsed draws the appearance style extracted.In the present invention, for not by the web page element of web page definition CSS, the rendering interface that browser passes through its kernel of calling, directly matched appearance style is drawn for the web page element, so as to avoid appearance the case where frequently, repeatedly parsing CSS during webpage renders, the kernel overhead for effectively reducing browser improves the core performance of browser.

Description

A kind of method for drafting and device of web page element
Technical field
The invention belongs to browser technology field more particularly to the method for drafting and device of a kind of web page element.
Background technique
Currently, mobile phone browser be by the Cascading Style Sheet of web page definition (Cascading Style Sheet, CSS) drafting of web page element is completed, for the web page element of undefined CSS, mobile phone browser would generally be the web page element A CSS is matched, to complete the drafting to the web page element.
However, the above method increases mobile phone browser to the process of analysis of webpage: when mobile phone browser be resolved to it is uncertain When the web page element of adopted CSS, need to match a CSS for the web page element, then a CSS parsing is carried out to the web page element, In this way, which once the web page element quantity of undefined CSS is more in webpage, then mobile phone browser needs to repeat above-mentioned process, Parsing more CSS reduces the core performance of mobile phone browser to increase the kernel overhead of mobile phone browser.
Summary of the invention
A kind of method for drafting for being designed to provide web page element of the embodiment of the present invention solves undefined in drafting at present When the web page element of CSS, the big problem of mobile phone browser kernel overhead.
The embodiments of the present invention are implemented as follows, a kind of method for drafting of web page element, comprising:
Judge whether to need to increase appearance style for the web page element currently parsed;
When judging to need to increase appearance style to the web page element currently parsed, extract in the local database The appearance style to match out with the element type of the web page element;
Rendering interface by browser kernel is that the web page element currently parsed draws the appearance extracted Pattern.
The another object of the embodiment of the present invention is to provide a kind of drawing apparatus of web page element, comprising:
Judging unit, the web page element currently parsed for judging whether to need increase appearance style;
Extraction unit, for when judging to need to increase appearance style to the web page element currently parsed, at this The appearance style to match with the element type of the web page element is extracted in ground database;
Drawing unit is that the web page element currently parsed draws extraction for the rendering interface by browser kernel The appearance style out.
In embodiments of the present invention, for by the web page element of web page definition CSS, browser is not by calling its kernel Interface is rendered, draws matched appearance style, for the web page element directly so as to avoid the process rendered in webpage In frequently, repeatedly parse CSS the case where occur, effectively reduce the kernel overhead of browser, improve the kernel of browser Performance.
Detailed description of the invention
Fig. 1 is the implementation flow chart of the method for drafting of web page element provided in an embodiment of the present invention;
Fig. 2 is the specific implementation flow chart of the method for drafting S101 of web page element provided in an embodiment of the present invention;
Fig. 3 be another embodiment of the present invention provides web page element method for drafting S101 specific implementation flow chart;
Fig. 4 is the display effect exemplary diagram of the method for drafting drop-down list of web page element provided in an embodiment of the present invention;
Fig. 5 is the specific implementation flow chart of the method for drafting S102 of web page element provided in an embodiment of the present invention;
Fig. 6 be another embodiment of the present invention provides web page element method for drafting drop-down list display effect example Figure;
Fig. 7 be another embodiment of the present invention provides web page element method for drafting S102 specific implementation flow chart;
Fig. 8 is the structural block diagram of the drawing apparatus of web page element provided in an embodiment of the present invention.
Specific embodiment
In order to make the objectives, technical solutions, and advantages of the present invention clearer, with reference to the accompanying drawings and embodiments, right The present invention is further elaborated.It should be appreciated that the specific embodiments described herein are merely illustrative of the present invention, and It is not used in the restriction present invention.
In embodiments of the present invention, for by the web page element of web page definition CSS, browser is not by calling its kernel Interface is rendered, draws matched appearance style, for the web page element directly so as to avoid the process rendered in webpage In frequently, repeatedly parse CSS the case where occur, effectively reduce the kernel overhead of browser, improve the kernel of browser Performance.
In embodiments of the present invention, the browser includes but is not limited to the browser run on computer and operation In the browser on mobile terminal, and kernel used by the browser includes but is not limited to IE kernel, Firefox kernel, Etc., browser explains webpage grammer by the kernel that it is used, and realizes the rendering of webpage.
Fig. 1 shows the implementation process of the method for drafting of web page element provided in an embodiment of the present invention, and details are as follows:
In S101, judge whether to need to increase appearance style for the web page element currently parsed.
In the present embodiment, browser is after getting web page code, in accordance with the order from top to bottom successively to wherein Web page element parsed, and the web page element is rendered according to parsing result, the net currently parsed for browser Page element, whether browser is it is first determined whether need to increase appearance style for the web page element, that is, need for the web page element Drawing ability extension is carried out, other than webpage sheet is as the appearance style of its definition, is drawn for the web page element additional outer See pattern.
Wherein, the web page element include but is not limited to text in webpage, picture, input frame, key, radio box, under List, etc. is drawn, is not limited one by one herein.
Whether need the web page element currently to parse to increase appearance style, can be determined based on following principle:
As an embodiment of the present invention, as shown in Fig. 2, S101 specifically:
In S201, judge whether the web page element currently parsed is associated with CSS.
In S202, if the not associated CSS of web page element currently parsed, judge to need to the current parsing Web page element increase appearance style.
CSS is a kind of computer for showing the files pattern such as hypertext markup language or extensible markup language Language can expand accurate named web page element position, appearance and the ability for creating special-effect using CSS, for example, webpage Link characters be when not clicking on it is blue, become red after mouse moves and with underscore, such effect To be realized by CSS.In general, in web page code, it can be by following three kinds of methods come the CSS of associating web pages element: will Web page interlinkage creates the style sheet of insertion to external style sheet, on webpage and using inline style to each web page element.
In the present embodiment, browser is during analyzing web page element, if detect current web page element not with Above-mentioned any method is associated with CSS, then determines the web page element for the web page element that needs to increase appearance style.
Further, it is although associated with CSS for web page element, but only simply defines the web page element in CSS The case where attributes such as width, height, boundary, at this point, in order to guarantee that the web page element is currently shown with entire webpage or with browser The unification of style additionally can increase appearance style to the web page element again.Therefore, as another embodiment of the present invention, such as Shown in Fig. 3, S101 further include:
In S203, if the web page element currently parsed is associated with CSS, judge whether define in the CSS Preset appearance style.
In S204, if judging the undefined preset appearance style in the CSS, judge to need to described The web page element currently parsed increases appearance style.
That is, during parsing the CSS, also further determining in the CSS for the web page element for being associated with CSS Whether preset appearance style is defined.For example, preset appearance style is the back of input frame when web page element is input frame Scenery, browser by the parsing associated CSS of the input frame, find to define only in the CSS width of input frame, height and Graphicxtras Frames Collection, and the background colour of undefined input frame, at this point, then also determining to need to increase appearance style to the web page element.
In S102, when judging to need to increase appearance style to the web page element currently parsed, in local number According to extracting the appearance style to match with the element type of the web page element in library.
In the present embodiment, abundant enough for being associated with appearance style defined in CSS or associated CSS Web page element for, browser is then parsed according to conventional web page element and rendering process, enables individually connection to the net The CSS of page elements correlation is downloaded, and parses the associated CSS of the web page element, and according to the CSS parsed come to webpage member Element is rendered.
And for need by browser additionally for its increase appearance style web page element for, then first by browser from The appearance style to match with the element of the web page element is extracted in local data base.
In the local data base of browser, the characteristics of previously according to every a kind of web page element, it is configured with corresponding appearance Pattern.Wherein, the appearance style of configuration includes but is not limited to the following contents:
Background colour: including graduated colors and gradient attributes (for example, gradual change direction of color);
Boundary: width and color including boundary further include the web page elements such as key upper and lower boundary when pressing and bouncing Shade setting;
The display color of element content: for web page elements such as text or keys when in state and click state is clicked Color distinguish;
Mask and frame: including mask and frame of the web page element when normality, clicking state, focus state.
For example, for drop-down list, matched appearance style may include:
Font and color in drop-down list, the project in the width and height, drop-down list of drop-down list are in coke Point condition (project " vip.qq.com " in such as Fig. 4) and non-focus state (project " qq.com " in such as Fig. 4 and " foxmail.com ") when background colour, etc..Finally, according to the drop-down drawn out with the matched appearance style of drop-down list List can be as shown in Figure 4.
When configuring appearance style corresponding with web page element, it may be considered that matched appearance style and current mainstream The consistency of web page style, to guarantee in most cases, browser is that the increased appearance style of web page element can be with net The whole style of page is mutually unified.Simultaneously as current browser is configured with browse mode in the daytime and night browse mode mostly, With facilitate user respectively under the conditions of light is stronger and it is rather dark under conditions of reach better viewing experience, as this hair Bright one embodiment, when being pre-configured with appearance style corresponding with web page element, it is also desirable in view of web page element with Style between browser different viewing modes is unified, and respectively each type of web page element is configured simultaneously suitable for clear in the daytime Look at the appearance style under mode and suitable for the appearance style under night browse mode, then as shown in figure 5, S102 specifically:
In S501, detect the current browse mode of the browser, the browse mode include in the daytime browse mode or Person's night browse mode.
In S502, extracted in the local data base and meanwhile with the element type of the web page element and the browsing The appearance style that the current browse mode of device matches.
In the present embodiment, by the current browse mode of detection browser, extracted from local data base and meanwhile with The appearance style that the current browse mode of the element type and browser of the web page element currently parsed matches, to carry out The drafting of web page element.
As an implementation example of the invention, Fig. 4 is shown when browser is in browse mode in the daytime, final basis The schematic diagram for the drop-down list that obtained appearance style is drawn out is matched, Fig. 6 is shown when browser is in night browsing mould When formula, the schematic diagram for the drop-down list finally drawn out according to the appearance style that matching obtains.It can be seen that from Fig. 4 and Fig. 6 When browser is in browse mode in the daytime, the background colour of entire drop-down list all uses light tone system to handle, in order to which user exists Also information can be easily got under forceful rays;When browser is in night browse mode, entire drop-down list Background colour all causes user clear using dark-coloured system's processing to avoid the overgenerous light of terminal sending under dim lights Ophthalmic uncomfortable is generated during looking at.
In the present embodiment, it is browsed by being pre-configured with same web page element in the browse mode in the daytime of browser and night Appearance style under mode, once having carried out browse mode switching in browser, then browser can be directly according to relevant outer Pattern is seen to render web page element, avoid the need for the CSS that downloading matches with browser browse mode and again into The case where row CSS is parsed, while also avoiding because there is no webpages caused by the CSS to match with browser browse mode The case where element display styles are not consistent with browser display styles appearance.
Simultaneously as the web page element of many types all can be according to the difference that the customer incident on the web page element occurs And different display effects is generated, therefore, when matching appearance style, it is also necessary to the shape being presently in view of web page element State.As another embodiment of the present invention, as shown in fig. 7, S102 specifically:
In S701, according to the customer incident on the web page element occurs, determine that the web page element is presently in State, the state that the web page element is presently in includes following any one: normality clicks state or focus state.
In general, after web page element is parsed and rendered, web page element is usual when browser gets web page code It is all to be shown with normality, such as input frame, normality is the non-input shape that cursor is not located at input frame State;For key, normality is the click state that key is not pressed;For radio box or check box, often State is the non-focus state of unselected any of them one.It, may on web page element after webpage whole loaded and displayed finishes Corresponding customer incident is generated, for example, user starts to input text in input frame, is pressed the button, choosing is selected in check box , etc., at this point, the appearance style of relevant web page element can generate corresponding variation, to distinguish the display effect with its normality Fruit confirms whether customer incident operates success convenient for user, therefore, in the present embodiment, it is necessary first to according to generation in webpage Customer incident on element determines state that the web page element is presently in, when detecting customer incident on web page element When, refresh process is carried out to the web page element, render the appearance sample that the state being presently in web page element matches again Formula, and when not detecting customer incident on web page element, the state that web page element is presently in usually is located according to normality Reason.
In S702, extracted in the local data base while first with the element type of the web page element and the webpage The appearance style that the state that element is presently in matches.
After the state that web page element is presently in has been determined, extracts from local data base while being parsed with current Web page element element type and the appearance style that matches of the state that is presently in of the web page element, to carry out webpage The drafting of element.
In S103, the rendering interface by browser kernel is that the web page element drafting currently parsed extracts The appearance style.
In the present embodiment, once after having extracted the element type to match with the web page element currently parsed, i.e., The rendering interface of browser kernel can be called directly, it is corresponding to draw out to be rendered to the web page element currently parsed The web page element of appearance style.
The rendering interface is the rendering interface carried in browser kernel, such as drawLine, for being web page element Draw lines;SetShader, shade, gradual change and other effects for web page element to be arranged;DrawRect, for drawing rectangle; DrawCircle different one is illustrated herein for drawing circle, etc..
It should be noted that in embodiments of the present invention, matched appearance style is not stored in local number with CSS format According in library, but the format that the rendering interface for being directly stored as browser kernel can be read, wherein it defines for drawing The related rendering parameter of web page element enables relevant rendering interface in browser kernel directly to mention according in appearance style The rendering parameter of confession draws web page element, is omitted in usual web analysis rendering process and needs to carry out CSS parsing The operating procedure that just can be carried out rendering later reduces CSS and resolves to browser kernel bring resource occupation.
As an embodiment of the present invention, the method also includes:
The rendering parameter in the appearance style is modified, to change the web page element to match with the appearance style Display effect.
In the present embodiment, it is only necessary to the rendering parameter in appearance style is modified, renders interface when drawing web page element, Drawing process can be completed according to modified rendering parameter, easily realized as a result, to same type of webpage member The batch modification of the display effect of element.The above method can guarantee that browser is that the increased appearance style of web page element being capable of the moment It is consistent with mainstream web page style, meanwhile, in the case where the upgrading of browser appearance or the browse mode upgrading of browser, It can in time, simply modify to the appearance style of web page element, to keep the global consistency of browser display interface.
In embodiments of the present invention, for by the web page element of web page definition CSS, browser is not by calling its kernel Interface is rendered, draws matched appearance style, for the web page element directly so as to avoid the process rendered in webpage In frequently, repeatedly parse CSS the case where occur, effectively reduce the kernel overhead of browser, improve the kernel of browser Performance.At the same time, increase the appearance style of web page element by browser, can guarantee the webpage that browser is rendered Style is unified, and guarantees the unification at the webpage rendered and browser itself appearance interface.
Fig. 8 shows the structural block diagram of the drawing apparatus of web page element provided in an embodiment of the present invention, which can position Inside the browser operated on the terminal devices such as mobile terminal, computer, for running Fig. 1 of the present invention to Fig. 7 embodiment The method for drafting of the web page element.For ease of description, only the parts related to this embodiment are shown.
Referring to Fig. 8, which includes:
Judging unit 81 judges whether to need to increase appearance style for the web page element currently parsed.
Extraction unit 82, when judging to need to increase appearance style to the web page element currently parsed, in local The appearance style to match with the element type of the web page element is extracted in database.
Drawing unit 83, the rendering interface by browser kernel are that the web page element drafting currently parsed extracts The appearance style.
Optionally, the judging unit 81 is specifically used for:
Judge whether the web page element currently parsed is associated with Cascading Style Sheet;
If the not associated Cascading Style Sheet of web page element currently parsed, judge to need currently to parse to described Web page element increases appearance style.
Optionally, the judging unit 81 is also used to:
If the web page element currently parsed is associated with Cascading Style Sheet, judge to be negative in the Cascading Style Sheet The preset appearance style of justice;
If judging the undefined preset appearance style in the Cascading Style Sheet, judge to need to work as to described The web page element of preceding parsing increases appearance style.
Optionally, the extraction unit 82 includes:
Subelement is obtained, the current browse mode of the browser is detected, the browse mode includes browse mode in the daytime Or night browse mode.
First extract subelement, extracted in the local data base at the same with the element type of the web page element and institute State the appearance style that the current browse mode of browser matches.
Optionally, the extraction unit 82 includes:
It determines subelement, according to the customer incident on the web page element occurs, determines the current institute of the web page element The state at place, the state that the web page element is presently in include following any one: normality clicks state or focus state.
Second extract subelement, extracted in the local data base simultaneously with the element type of the web page element and this The appearance style that the state that web page element is presently in matches.
Optionally, the rendering parameter for drawing the web page element is defined in the appearance style, described device is also Include:
Unit is modified, the rendering parameter in the appearance style is modified, to change the institute to match with the appearance style State the display effect of web page element.
In embodiments of the present invention, for by the web page element of web page definition CSS, browser is not by calling its kernel Interface is rendered, draws matched appearance style, for the web page element directly so as to avoid the process rendered in webpage In frequently, repeatedly parse CSS the case where occur, effectively reduce the kernel overhead of browser, improve the kernel of browser Performance.
The foregoing is merely illustrative of the preferred embodiments of the present invention, is not intended to limit the invention, all in essence of the invention Made any modifications, equivalent replacements, and improvements etc., should all be included in the protection scope of the present invention within mind and principle.

Claims (10)

1. a kind of method for drafting of web page element characterized by comprising
Judge whether to need to increase appearance style for the web page element currently parsed;
When judging to need to increase appearance style to the web page element currently parsed, extract in the local database with The appearance style that the element type of the web page element matches, wherein the webpage member for judging whether to need currently to parse It includes: to judge whether the web page element currently parsed is associated with Cascading Style Sheet that element, which increases appearance style,;If described current The not associated Cascading Style Sheet of the web page element of parsing is then judged to need to increase appearance sample to the web page element currently parsed Formula;
Rendering interface by browser kernel is that the web page element currently parsed draws the appearance style extracted.
2. the method as described in claim 1, which is characterized in that described to judge whether to need to increase for the web page element currently parsed Add appearance style further include:
If the web page element currently parsed is associated with the Cascading Style Sheet, judge to be negative in the Cascading Style Sheet The preset appearance style of justice;
If judging the undefined preset appearance style in the Cascading Style Sheet, judge to need to the current solution The web page element of analysis increases appearance style.
3. the method as described in claim 1, which is characterized in that described to extract in the local database and the web page element The appearance style that element type matches includes:
The current browse mode of the browser is detected, the browse mode browses mould including browse mode in the daytime or night Formula;
It is extracted in the local data base while the browsing current with the element type of the web page element and the browser The appearance style that mode matches.
4. the method as described in claim 1, which is characterized in that described to extract in the local database and the web page element The appearance style that element type matches includes:
According to the customer incident on the web page element occurs, the state that the web page element is presently in, the net are determined The state that page element is presently in includes following any one: normality clicks state or focus state;
It extracts in the local data base while being presently in the element type of the web page element and the web page element The appearance style that state matches.
5. the method as described in claim 1, which is characterized in that defined in the appearance style for drawing the webpage member The rendering parameter of element, the method also includes:
The rendering parameter in the appearance style is modified, to change the aobvious of the web page element to match with the appearance style Show effect.
6. a kind of drawing apparatus of web page element characterized by comprising
Judging unit, the web page element currently parsed for judging whether to need increase appearance style;
Extraction unit, for when judging to need to increase appearance style to the web page element currently parsed, in local number According to extracting the appearance style to match with the element type of the web page element in library;
Drawing unit is that the web page element drafting currently parsed extracts for the rendering interface by browser kernel The appearance style;
Wherein, the judging unit is specifically used for judging whether to need for the web page element currently parsed by following steps Increase appearance style: judging whether the web page element currently parsed is associated with Cascading Style Sheet;It is currently parsed if described The not associated Cascading Style Sheet of web page element is then judged to need to increase appearance style to the web page element currently parsed.
7. device as claimed in claim 6, which is characterized in that the judging unit is also used to:
If the web page element currently parsed is associated with the Cascading Style Sheet, judge to be negative in the Cascading Style Sheet The preset appearance style of justice;
If judging the undefined preset appearance style in the Cascading Style Sheet, judge to need to the current solution The web page element of analysis increases appearance style.
8. device as claimed in claim 6, which is characterized in that the extraction unit includes:
Subelement is obtained, for detecting the current browse mode of the browser, the browse mode includes browse mode in the daytime Or night browse mode;
First extract subelement, for extracted in the local data base and meanwhile with the element type of the web page element and institute State the appearance style that the current browse mode of browser matches.
9. device as claimed in claim 6, which is characterized in that the extraction unit includes:
Subelement is determined, for determining the current institute of the web page element according to the customer incident on the web page element occurs The state at place, the state that the web page element is presently in include following any one: normality clicks state or focus state;
Second extract subelement, for extracted in the local data base simultaneously with the element type of the web page element and this The appearance style that the state that web page element is presently in matches.
10. device as claimed in claim 6, which is characterized in that defined in the appearance style for drawing the webpage The rendering parameter of element, described device further include:
Unit is modified, for modifying the rendering parameter in the appearance style, to change the institute to match with the appearance style State the display effect of web page element.
CN201310717912.6A 2013-12-23 2013-12-23 A kind of method for drafting and device of web page element Active CN104731815B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310717912.6A CN104731815B (en) 2013-12-23 2013-12-23 A kind of method for drafting and device of web page element

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310717912.6A CN104731815B (en) 2013-12-23 2013-12-23 A kind of method for drafting and device of web page element

Publications (2)

Publication Number Publication Date
CN104731815A CN104731815A (en) 2015-06-24
CN104731815B true CN104731815B (en) 2019-06-07

Family

ID=53455712

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310717912.6A Active CN104731815B (en) 2013-12-23 2013-12-23 A kind of method for drafting and device of web page element

Country Status (1)

Country Link
CN (1) CN104731815B (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105912569B (en) * 2016-03-29 2020-03-20 网易传媒科技(北京)有限公司 Method and device for displaying webpage elements contained in three-dimensional target scene
CN107368497B (en) * 2016-05-12 2022-09-13 中兴通讯股份有限公司 Webpage rendering method and device
CN106484823A (en) * 2016-09-28 2017-03-08 山东浪潮商用系统有限公司 A kind of amending method of CSS file, device and computer-readable medium
CN108108367B (en) * 2016-11-24 2021-10-26 腾讯科技(深圳)有限公司 Webpage display method and device
CN108399173A (en) * 2017-02-07 2018-08-14 阿里巴巴集团控股有限公司 A kind of style configuration of page assembly, page generation method and its device
CN112346619B (en) * 2020-11-17 2022-05-13 珠海格力电器股份有限公司 Configuration software control method and device

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102662672A (en) * 2012-04-05 2012-09-12 广州市动景计算机科技有限公司 Method and device for conducting skin changing process to webpages as well as mobile terminal

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102918523A (en) * 2010-05-26 2013-02-06 诺基亚公司 Method and apparatus for specifying mapping parameters for user interface element presentation in an application
US9805009B2 (en) * 2010-12-30 2017-10-31 Opera Software As Method and device for cascading style sheet (CSS) selector matching
CN102915308B (en) * 2011-08-02 2016-03-09 阿里巴巴集团控股有限公司 A kind of method of page rendering and device
CN102663126B (en) * 2012-04-23 2014-11-12 北京奇虎科技有限公司 Method and device for displaying webpage in mobile terminal

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102662672A (en) * 2012-04-05 2012-09-12 广州市动景计算机科技有限公司 Method and device for conducting skin changing process to webpages as well as mobile terminal

Also Published As

Publication number Publication date
CN104731815A (en) 2015-06-24

Similar Documents

Publication Publication Date Title
CN104731815B (en) A kind of method for drafting and device of web page element
US10824691B2 (en) Page rendering method, device, and data storage medium
US11403364B2 (en) Method and terminal device for extracting web page content
US11157830B2 (en) Automated customized web portal template generation systems and methods
US7853871B2 (en) System and method for identifying segments in a web resource
US20100299589A1 (en) Keyword display method and keyword display system
US20170032269A1 (en) Procedurally generating sets of probabilistically distributed styling attributes for a digital design
CN105786924B (en) Webpage night mode processing method and device and mobile terminal
US8671389B1 (en) Web application resource manager on the web and localizable components
CN102982129B (en) Content in webpage is marked the method, system and device of prompting
US20120102390A1 (en) Method and apparatus for generating widget
CN105404514B (en) JavaScript rendering method and device
US9195653B2 (en) Identification of in-context resources that are not fully localized
CN110717127A (en) Method and device for on-line analysis and browsing of OFD (office file)
CN105786930A (en) Touch interaction based search method and apparatus
WO2012141183A1 (en) Content providing apparatus compatible with various terminal devices
CN105677654A (en) Advertisement filtering method and device
CN109976840A (en) The method and system of multilingual automatic adaptation are realized under a kind of separation platform based on front and back
WO2017000898A1 (en) Software icon display method and apparatus
CN105447198A (en) Convenient page script importing method and device
US20150161160A1 (en) Application Localization
CN106375810B (en) Automatic switching method and system for input method of smart television
CN105373565B (en) web page processing method and device
CN107943869A (en) The method and apparatus for reading third party's webpage
KR20130059866A (en) Apparatus and method for converting web document

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20221202

Address after: 1402, Floor 14, Block A, Haina Baichuan Headquarters Building, No. 6, Baoxing Road, Haibin Community, Xin'an Street, Bao'an District, Shenzhen, Guangdong 518100

Patentee after: Shenzhen Yayue Technology Co.,Ltd.

Address before: 2, 518044, East 403 room, SEG science and Technology Park, Zhenxing Road, Shenzhen, Guangdong, Futian District

Patentee before: TENCENT TECHNOLOGY (SHENZHEN) Co.,Ltd.

TR01 Transfer of patent right